Nav2 Navigation Stack - jazzy
jazzy
ROS 2 Navigation Stack
|
Public Member Functions | |
def | __add__ (self, rhs) |
def | 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 95 of file trajectory.py.
def trajectory.Path.__add__ | ( | self, | |
rhs | |||
) |
Add two paths together by concatenating them.
Definition at line 108 of file trajectory.py.
References mppi::models::Path.yaws, and mppi::models::Trajectories.yaws.
def trajectory.Path.to_output_format | ( | self | ) |
Return the path data in a format suitable for outputting.
Definition at line 119 of file trajectory.py.
References mppi::models::Path.yaws, and mppi::models::Trajectories.yaws.