RML  1.0
Robotics Mathematical Library
Loading...
Searching...
No Matches
youbot_vehiclemodel.h
Go to the documentation of this file.
1
10#ifndef __YOUBOT_BASEMODEL_H__
11#define __YOUBOT_BASEMODEL_H__
12
13
14#include <vector>
15#include <algorithm> // for std::copy
16
17#include "rml/RML.h"
18
19namespace rml {
20
22{
23
24public:
25 YouBotVehicleModel(const std::string id);
27
28};
29
30}
31
32#endif /* __YOUBOT_BASEMODEL_H__ */
Vehicle Model base class.
Definition VehicleModel.h:23
Definition youbot_vehiclemodel.h:22
YouBotVehicleModel(const std::string id)
Types and algorithms for robotic mobile manipulation.
Definition ArmModel.h:19