ARGoS 3
A parallel, multi-engine simulator for swarm robotics
ci_miniquadrotor_trajectory_actuator.cpp
Go to the documentation of this file.
1
8
9namespace argos {
10
11 /****************************************/
12 /****************************************/
13
15
16 /****************************************/
17 /****************************************/
18
20 const CRadians& c_yaw) :
21 Position(c_position),
22 Yaw(c_yaw) {}
23
24 /****************************************/
25 /****************************************/
26
27 void CCI_MiniQuadrotorTrajectoryActuator::CreateLuaState(lua_State* pt_lua_state) {
28 }
29
30 /****************************************/
31 /****************************************/
32
33}
The namespace containing all the ARGoS related code.
Definition ci_actuator.h:12
virtual void CreateLuaState(lua_State *pt_lua_state)=0
Creates the Lua state for this actuator.
It defines the basic type CRadians, used to store an angle value in radians.
Definition angles.h:42
A 3D vector class.
Definition vector3.h:31