TrajectoryBuilder
Builder for trajectories with dynamic constraints.
Constructors
Creates a builder from a start pose and tangent. This is the recommended constructor for creating trajectories from rest.
Creates a builder from a start pose and tangent. This is the recommended constructor for creating trajectories from rest.
Create a builder from a start pose with a reversed tangent. This constructor is used to execute trajectories backwards.
Create a builder from a start pose with a reversed tangent. This constructor is used to execute trajectories backwards.
Create a builder from an active trajectory. This is useful for interrupting a live trajectory and smoothly transitioning to a new one.
Create a builder from an active trajectory. This is useful for interrupting a live trajectory and smoothly transitioning to a new one.
Properties
Functions
Adds the provided acceleration constraints for the following path segments.
Adds the provided angular constraints for the following turn segments.
Adds the provided constraints to the following path and turn segments.
Adds the provided constraints for the following path segments.
Adds a line segment with the specified heading interpolation.
Adds a spline segment with the specified heading interpolation.
Adds the provided velocity constraints for the following path segments.
Adds a line straight backward.
Adds a line straight forward.
Adds a line segment with tangent heading interpolation.
Adds a line segment with constant heading interpolation.
Adds a line segment with linear heading interpolation.
Adds a line segment with spline heading interpolation.
Resets all constraints to the default constructor-provided values.
Resets the angular constraints to the default constructor-provided values.
Resets the path constraints to the default constructor-provided values.
Sets the acceleration constraints for the following path segments.
Sets the angular constraints for the following turn segments.
Sets the constraints for the following segments using the provided constraints. Sets both the path and angular constraints.
Sets the constraints for the following path segments.
Sets the velocity constraints for the following path segments.
Adds a spline segment with tangent heading interpolation.
Adds a spline segment with constant heading interpolation.
Adds a spline segment with linear heading interpolation.
Adds a spline segment with spline heading interpolation.
Adds a segment that strafes left in the robot reference frame.
Adds a segment that strafes right in the robot reference frame.
Adds a strafe path segment.