Struct EgocentricPolarCoordinates
Defined in File ego_polar_coords.hpp
Struct Documentation
Egocentric polar coordinates defined as the difference between the robot pose and the target pose relative to the robot position and orientation.
Public Functions
Construct a new egocentric polar coordinates as the difference between the robot pose and the target pose relative to the robot position and orientation, both referenced to the same frame.
Thus, r, phi and delta are always at the origin of the frame.
- Parameters:
target – Target pose.
current – Current pose. Defaults to the origin.
backward – If true, the robot is moving backwards. Defaults to false.
Public Members