|
Aikido
|
#include <memory>#include <dart/dynamics/dynamics.hpp>#include "aikido/statespace/dart/JointStateSpace.hpp"#include "detail/JointStateSpaceHelpers-impl.hpp"Go to the source code of this file.
Namespaces | |
| aikido | |
| Format of serialized trajectory in YAML. | |
| aikido::statespace | |
| aikido::statespace::dart | |
Functions | |
| template<class JointType > | |
| std::unique_ptr< JointStateSpace > | aikido::statespace::dart::createJointStateSpaceFor (JointType *joint) |
| Create a JointStateSpace for a Joint whose type is known at compile time. More... | |
| std::unique_ptr< JointStateSpace > | aikido::statespace::dart::createJointStateSpace (const ::dart::dynamics::Joint *joint) |
| Create a JointStateSpace for an aribtrary Joint. More... | |