|
#include <VirtualRobot/Robot.h>
#include <VirtualRobot/VirtualRobot.h>
#include <RobotAPI/components/units/RobotUnit/ControlTargets/ControlTarget1DoFActuator.h>
#include <RobotAPI/components/units/RobotUnit/NJointControllers/NJointControllerWithTripleBuffer.h>
#include <RobotAPI/components/units/RobotUnit/RobotUnit.h>
#include <RobotAPI/components/units/RobotUnit/SensorValues/SensorValueHolonomicPlatform.h>
#include <armarx/control/interface/ConfigurableNJointControllerInterface.h>
#include <armarx/navigation/core/types.h>
#include <armarx/navigation/trajectory_control/local/TrajectoryFollowingController.h>
Go to the source code of this file.
Classes | |
struct | Config |
class | Controller |
struct | Devices |
struct | Targets |
struct | Twist2D |
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::platform_controller | |
This file is part of ArmarX. | |
armarx::navigation::platform_controller::platform_local_trajectory | |
Typedefs | |
using | NameValueMap = std::map< std::string, float > |
using | Target = Twist2D |