RML  1.0
Robotics Mathematical Library
Loading...
Searching...
No Matches
youbot_armmodel.h
Go to the documentation of this file.
1
10#ifndef __YOUBOT_ARMMODEL_H__
11#define __YOUBOT_ARMMODEL_H__
12
13
14#include <vector>
15#include <algorithm> // for std::copy
16#include <rml/RML.h>
17
18namespace rml {
19
21{
22
23public:
24 YouBotArmModel(const std::string id);
25 virtual ~YouBotArmModel();
26};
27
28}
29
30#endif /* __YOUBOT_ARMMODEL_H__ */
Arm Model class for serial kinematic chains (manipulators).
Definition ArmModel.h:55
Definition youbot_armmodel.h:21
YouBotArmModel(const std::string id)
virtual ~YouBotArmModel()
Types and algorithms for robotic mobile manipulation.
Definition ArmModel.h:19