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