Nav2 Navigation Stack - rolling
main
ROS 2 Navigation Stack
|
Public Member Functions | |
'Path' | __add__ (self, 'Path' rhs) |
Any | to_output_format (self) |
A dataclass that holds the generated poses for a given trajectory. xs: X coordinates of poses along trajectory ys: Y coordinates of poses along trajectory yaws: Yaws of poses along trajectory
Definition at line 102 of file trajectory.py.
Add two paths together by concatenating them.
Definition at line 115 of file trajectory.py.
References mppi::models::Path.yaws, and mppi::models::Trajectories.yaws.
Any lattice_primitives.trajectory.Path.to_output_format | ( | self | ) |
Return the path data in a format suitable for outputting.
Definition at line 126 of file trajectory.py.
References mppi::models::Path.yaws, and mppi::models::Trajectories.yaws.