Class SimpleGoalChecker
- Defined in File simple_goal_checker.hpp 
Inheritance Relationships
Base Type
- public nav2_core::GoalChecker
Derived Type
- public nav2_controller::StoppedGoalChecker(Class StoppedGoalChecker)
Class Documentation
- Goal Checker plugin that only checks the position difference. - This class can be stateful if the stateful parameter is set to true (which it is by default). This means that the goal checker will not check if the xy position matches again once it is found to be true. - Subclassed by nav2_controller::StoppedGoalChecker - Public Functions - Protected Functions - Callback executed when a paramter change is detected. - Parameters:
- parameters – list of changed parameters 
 
 - Protected Attributes