|
ARGoS 3
A parallel, multi-engine simulator for swarm robotics
|
#include <argos3/core/simulator/simulator.h>#include <argos3/core/simulator/entity/embodied_entity.h>#include <argos3/core/simulator/entity/composable_entity.h>#include <argos3/plugins/simulator/entities/proximity_sensor_equipped_entity.h>#include "epuck_proximity_default_sensor.h"
Include dependency graph for epuck_proximity_default_sensor.cpp:Go to the source code of this file.
Namespaces | |
| namespace | argos |
| The namespace containing all the ARGoS related code. | |
Functions | |
| argos::REGISTER_SENSOR (CEPuckProximityDefaultSensor, "epuck_proximity", "default", "Danesh Tarapore [daneshtarapore@gmail.com]", "1.0", "The E-Puck proximity sensor.", "This sensor accesses the epuck proximity sensor. For a complete description\n" "of its usage, refer to the ci_epuck_proximity_sensor.h interface. For the XML\n" "configuration, refer to the default proximity sensor.\n", "Usable") | |