Class SimpleProgressChecker
- Defined in File simple_progress_checker.hpp 
Inheritance Relationships
Base Type
- public nav2_core::ProgressChecker
Derived Type
- public nav2_controller::PoseProgressChecker(Class PoseProgressChecker)
Class Documentation
- This plugin is used to check the position of the robot to make sure that it is actually progressing towards a goal. - Subclassed by nav2_controller::PoseProgressChecker - 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 
 
 - Resets baseline pose with the current pose of the robot. - Parameters:
- pose – Current pose of the robot 
 
 - Callback executed when a paramter change is detected. - Parameters:
- parameters – list of changed parameters 
 
 - Protected Attributes - Protected Static Functions