Class PoseProgressChecker
Defined in File pose_progress_checker.hpp
Inheritance Relationships
Base Type
public nav2_controller::SimpleProgressChecker
(Class SimpleProgressChecker)
Class Documentation
This plugin is used to check the position and the angle of the robot to make sure that it is actually progressing or rotating towards a goal.
Public Functions
Protected Functions
Calculates robots movement from baseline pose.
- Parameters:
pose – Current pose of the robot
- Returns:
true, if movement is greater than radius_, or false
Callback executed when a paramter change is detected.
- Parameters:
parameters – list of changed parameters
Protected Attributes
Protected Static Functions