Go to the documentation of this file. 1 #ifndef AIKIDO_ROBOT_MANIPULATOR_HPP_
2 #define AIKIDO_ROBOT_MANIPULATOR_HPP_
29 #endif // AIKIDO_ROBOT_MANIPULATOR_HPP_
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
virtual ConstHandPtr getHand() const =0
Returns the [const] hand.
virtual ~Manipulator()=default
Base interface for manipulator.
Definition: Manipulator.hpp:14
std::shared_ptr< Hand > HandPtr
Definition: Hand.hpp:17
Robot interface for defining basic behaviors of a robot.
Definition: Robot.hpp:26
#define AIKIDO_DECLARE_POINTERS(X)
Definition: pointers.hpp:21
std::shared_ptr< const Hand > ConstHandPtr
Definition: Hand.hpp:17