|
Aikido
|
#include <future>#include <mutex>#include <dart/dynamics/Skeleton.hpp>#include "aikido/control/Executor.hpp"#include "aikido/control/JointCommandExecutor.hpp"#include "aikido/control/util.hpp"#include "detail/JacobianExecutor-impl.hpp"Go to the source code of this file.
Classes | |
| class | aikido::control::JacobianExecutor< T > |
| Executes end-effector SE3 command. More... | |
Namespaces | |
| aikido | |
| Format of serialized trajectory in YAML. | |
| aikido::control | |
Typedefs | |
| using | aikido::control::JacobianVelocityExecutor = JacobianExecutor< ExecutorType::VELOCITY > |
| using | aikido::control::JacobianEffortExecutor = JacobianExecutor< ExecutorType::EFFORT > |