|
|
#include <armarx/navigation/trajectory_control/local/TrajectoryFollowingController.h>
Inheritance diagram for TrajectoryFollowingController:Public Types | |
| using | Params = TrajectoryFollowingControllerParams |
Public Member Functions | |
| TrajectoryControllerResult | control (const core::LocalTrajectory &trajectory, const Eigen::Isometry3f &global_T_robot) override |
| TrajectoryFollowingController (const Params ¶ms) | |
| TrajectoryFollowingController (const Params ¶ms, const core::GeneralConfig &generalConfig) | |
| void | updateParams (const Params ¶ms) |
| ~TrajectoryFollowingController () override=default | |
Public Member Functions inherited from TrajectoryController | |
| TrajectoryController ()=default | |
| virtual | ~TrajectoryController ()=default |
Protected Member Functions | |
| core::Twist | applyTwistLimits (core::Twist twist) |
| core::Twist | applyVelocityFactor (core::Twist twist) |
Definition at line 56 of file TrajectoryFollowingController.h.
Definition at line 59 of file TrajectoryFollowingController.h.
| TrajectoryFollowingController | ( | const Params & | params | ) |
Definition at line 110 of file TrajectoryFollowingController.cpp.
Here is the call graph for this function:| TrajectoryFollowingController | ( | const Params & | params, |
| const core::GeneralConfig & | generalConfig ) |
Definition at line 73 of file TrajectoryFollowingController.cpp.
Here is the call graph for this function:
|
overridedefault |
|
protected |
Definition at line 146 of file TrajectoryFollowingController.cpp.
Here is the caller graph for this function:
|
protected |
Definition at line 187 of file TrajectoryFollowingController.cpp.
Here is the caller graph for this function:
|
overridevirtual |
Implements TrajectoryController.
Definition at line 209 of file TrajectoryFollowingController.cpp.
Here is the call graph for this function:| void updateParams | ( | const Params & | params | ) |
Definition at line 196 of file TrajectoryFollowingController.cpp.