|
Aikido
|
#include <future>#include <mutex>#include <dart/dynamics/Skeleton.hpp>#include "aikido/control/JointCommandExecutor.hpp"#include "aikido/control/util.hpp"#include "detail/KinematicSimulationJointCommandExecutor-impl.hpp"Go to the source code of this file.
Classes | |
| class | aikido::control::KinematicSimulationJointCommandExecutor< T > |
| Executes joint command in DART. More... | |
Namespaces | |
| aikido | |
| Format of serialized trajectory in YAML. | |
| aikido::control | |
Typedefs | |
| using | aikido::control::KinematicSimulationPositionExecutor = KinematicSimulationJointCommandExecutor< ExecutorType::POSITION > |
| using | aikido::control::KinematicSimulationVelocityExecutor = KinematicSimulationJointCommandExecutor< ExecutorType::VELOCITY > |
| using | aikido::control::KinematicSimulationEffortExecutor = KinematicSimulationJointCommandExecutor< ExecutorType::EFFORT > |