7 #ifndef PROTOTYPE_JOINTS_DEFAULT_SENSOR_H
8 #define PROTOTYPE_JOINTS_DEFAULT_SENSOR_H
11 class CPrototypeJointsDefaultSensor;
14 #include <argos3/core/simulator/sensor.h>
15 #include <argos3/plugins/robots/prototype/control_interface/ci_prototype_joints_sensor.h>
16 #include <argos3/plugins/robots/prototype/simulator/prototype_entity.h>
17 #include <argos3/plugins/robots/prototype/simulator/prototype_joint_equipped_entity.h>
48 std::vector<SSimulatedSensor> m_vecSimulatedSensors;
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
Basic class for an entity that contains other entities.
The basic interface for a simulated sensor.
virtual void SetRobot(CComposableEntity &c_entity)
Sets the entity associated to this sensor.
virtual ~CPrototypeJointsDefaultSensor()
CPrototypeJointsDefaultSensor()
virtual void Reset()
Resets the sensor to the state it had just after Init().
virtual void Update()
Updates the state of the entity associated to this sensor, if the sensor is currently enabled.
virtual void Init(TConfigurationNode &t_tree)
Initializes the sensor from the XML configuration tree.
SSimulatedSensor(const std::string &str_id, CPrototypeJointEntity::SSensor &s_sensor)
CPrototypeJointEntity::SSensor & Instance