You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,6 +54,10 @@ The purpose of this class is to provide a standardised structure to all trajecto
54
54
55
55
This class builds on the `RobotLibrary::Math::Spline` object to create a spline as a function of time, over multiple dimensions. This is useful for generating joint trajectories, for example.
@@ -110,6 +114,10 @@ The `query_state` method gives a `RobotLibrary::Trajectory::CartesianState` for
110
114
111
115
This class generates a trajectory where the velocity follows a trapezoid; ramping up at a constant acceleration, coasting at a constant velocity, then ramping down to a constant decelaration. It can also handle multiple waypoints.
0 commit comments