Class PathConverter
Defined in File path_converter.hpp
Class Documentation
An helper to convert the route into dense paths.
Public Functions
A constructor for nav2_route::PathConverter.
A destructor for nav2_route::PathConverter.
Configure the object.
- Parameters:
node – Node to use to get params and create interfaces
Convert a Route into a dense path.
- Parameters:
route – Route object
rerouting_info – Re-Route info in case partial path to be populated
frame – Frame ID from planning
now – Time
- Returns:
Path of the route
Convert an individual edge into a dense line.
- Parameters:
x0 – X initial
y0 – Y initial
x1 – X final
y1 – Y final
poses – Pose vector reference to populate
Protected Attributes