Class ProgressChecker
Defined in File progress_checker.hpp
Class Documentation
This class defines the plugin interface used to check the position of the robot to make sure that it is actually progressing towards a goal.
Public Types
Public Functions
Initialize parameters for ProgressChecker.
- Parameters:
parent – Node pointer
Checks if the robot has moved compare to previous pose.
- Parameters:
current_pose – Current pose of the robot
- Returns:
True if progress is made
Reset class state upon calling.