plusone-robotics / moveit_simple

A wrapper around MoveIt that enables more traditional industrial robot programming.
Apache License 2.0
15 stars 12 forks source link

Trajectory validation and retiming waypoints #88

Closed henningkayser closed 5 years ago

henningkayser commented 5 years ago

This effort adds a check to the execute() function to validate all waypoints are reachable within the given time stamps and all values are within bounds. In case a trajectory is invalid an InvalidTrajectoryExecution is thrown. An optional parameter fix_trajectory should allow reparameterizing invalid trajectories.

henningkayser commented 5 years ago

92 fixes CI