Warning: include(php/utility.php): Failed to open stream: No such file or directory in /home/argos/argos3/doc/api/embedded/a00696.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/a00696.php on line 2
The ARGoS Website

range_and_bearing_default_actuator.cpp File Reference
#include "range_and_bearing_default_actuator.h"
#include <argos3/core/simulator/entity/composable_entity.h>
#include <argos3/core/simulator/simulator.h>
Include dependency graph for range_and_bearing_default_actuator.cpp:

Go to the source code of this file.

Namespaces

 argos
 The namespace containing all the ARGoS related code.
 

Functions

 argos::REGISTER_ACTUATOR (CRangeAndBearingDefaultActuator,"range_and_bearing","default","Carlo Pinciroli [ilpincy@gmail.com]","1.0","The range and bearing actuator.","This actuator allows robots to perform situated communication, i.e., a form of\n""wireless communication whereby the receiver also knows the location of the\n""sender with respect to its own frame of reference.\n""This actuator allows a robot to send messages. To receive messages, you need\n""the range-and-bearing sensor.\n""To use this actuator, in controllers you must include the\n""ci_range_and_bearing_actuator.h header.\n\n""REQUIRED XML CONFIGURATION\n\n"" <controllers>\n"" ...\n"" <my_controller ...>\n"" ...\n"" <actuators>\n"" ...\n"" <range_and_bearing implementation=\"default\" />\n"" ...\n"" </actuators>\n"" ...\n"" </my_controller>\n"" ...\n"" </controllers>\n\n""OPTIONAL XML CONFIGURATION\n\n""None for the time being.\n","Usable")