|
#include <memory>
#include <RobotAPI/libraries/aron/core/data/variant/container/Dict.h>
#include <RobotAPI/libraries/core/MultiDimPIDController.h>
#include <armarx/navigation/core/Trajectory.h>
#include <armarx/navigation/core/basic_types.h>
#include <armarx/navigation/core/types.h>
#include <armarx/navigation/trajectory_control/local/TrajectoryController.h>
#include <armarx/navigation/trajectory_control/local/core.h>
Go to the source code of this file.
Classes | |
class | TrajectoryFollowingController |
struct | TrajectoryFollowingControllerParams |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::navigation | |
This file is part of ArmarX. | |
armarx::navigation::traj_ctrl | |
armarx::navigation::traj_ctrl::local | |
This file is part of ArmarX. | |
Typedefs | |
using | LocalTrajectoryFollowingControllerPtr = std::shared_ptr< TrajectoryFollowingController > |