|
trajectory_follower
|
#include <TrajectoryFollower.hpp>
Public Member Functions | |
| ChainedController () | |
| ChainedController (const ChainedControllerConfig &config) | |
| virtual Motion2D & | update (double speed, double distanceError, double angleError, double curvature, double variationOfCurvature) |
| virtual void | reset () |
Public Member Functions inherited from trajectory_follower::Controller | |
| Controller () | |
| virtual | ~Controller () |
Additional Inherited Members | |
Protected Attributes inherited from trajectory_follower::Controller | |
| bool | configured |
| Motion2D | motionCommand |
|
inline |
|
inline |
|
inlinevirtual |
Implements trajectory_follower::Controller.
|
virtual |
Implements trajectory_follower::Controller.
1.8.11