Aikido
ConcreteRobot.hpp File Reference

Go to the source code of this file.

Classes

class  aikido::robot::ConcreteRobot
 

Namespaces

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

Typedefs

using aikido::robot::ConcreteRobotPtr = std::shared_ptr< ConcreteRobot >
 
using aikido::robot::ConstConcreteRobotPtr = std::shared_ptr< const ConcreteRobot >
 
using aikido::robot::WeakConcreteRobotPtr = std::weak_ptr< ConcreteRobot >
 
using aikido::robot::WeakConstConcreteRobotPtr = std::weak_ptr< const ConcreteRobot >
 
using aikido::robot::UniqueConcreteRobotPtr = std::unique_ptr< ConcreteRobot >
 
using aikido::robot::UniqueConstConcreteRobotPtr = std::unique_ptr< const ConcreteRobot >