|
selfdriving
|
#include <mpp/interfaces/TargetApproachController.h>
Public Member Functions | |
| TargetApproachController () | |
| virtual | ~TargetApproachController () |
| virtual TargetApproachOutput | execute (const TargetApproachInput &in)=0 |
| virtual void | reset_state ()=0 |
Virtual interface for custom policies to take a robot towards a nearby goal point with a final speed of zero (stopped). This is done without path planning to avoid obstacles, just moving straight to the goal.
Called by NavEngine, if provided by the user in the configuration file.
|
inline |
|
virtual |
|
pure virtual |
|
pure virtual |
Will be called in navigation steps where this interface is not required. Use it to reset any flag about pending or past maneuvering.
1.8.13