ARGoS 3
A parallel, multi-engine simulator for swarm robotics
dynamics3d_cylinder_model.h
Go to the documentation of this file.
1
7#ifndef DYNAMICS3D_CYLINDER_MODEL_H
8#define DYNAMICS3D_CYLINDER_MODEL_H
9
10namespace argos {
11 class CDynamics3DSingleBodyObjectModel;
12 class CDynamics3DCylinderModel;
13 class CCylinderEntity;
14}
15
16#include <argos3/plugins/simulator/physics_engines/dynamics3d/dynamics3d_single_body_object_model.h>
17
18namespace argos {
19
21
22 public:
23
25 CCylinderEntity& c_cylinder);
26
28
29 private:
30
31 std::shared_ptr<CBody> m_ptrBody;
32
33 };
34}
35
36#endif
The namespace containing all the ARGoS related code.
Definition ci_actuator.h:12
CDynamics3DCylinderModel(CDynamics3DEngine &c_engine, CCylinderEntity &c_cylinder)