Aikido
Robot.hpp File Reference

Go to the source code of this file.

Classes

class  aikido::robot::Robot
 Robot base class for defining basic behaviors common to most robots. More...
 

Namespaces

 aikido
 Format of serialized trajectory in YAML.
 
 aikido::robot
 

Typedefs

using aikido::robot::RobotPtr = std::shared_ptr< Robot >
 
using aikido::robot::ConstRobotPtr = std::shared_ptr< const Robot >
 
using aikido::robot::WeakRobotPtr = std::weak_ptr< Robot >
 
using aikido::robot::WeakConstRobotPtr = std::weak_ptr< const Robot >
 
using aikido::robot::UniqueRobotPtr = std::unique_ptr< Robot >
 
using aikido::robot::UniqueConstRobotPtr = std::unique_ptr< const Robot >