Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00702_source.php on line 2

Warning: include(): Failed opening 'php/utility.php' for inclusion (include_path='.:/usr/lib64/php') in /home/argos/argos3/doc/api/embedded/a00702_source.php on line 2
The ARGoS Website

ci_miniquadrotor_trajectory_actuator.cpp
Go to the documentation of this file.
1 
8 
9 namespace 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 }
A 3D vector class.
Definition: vector3.h:29
It defines the basic type CRadians, used to store an angle value in radians.
Definition: angles.h:42
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12