7#ifndef GROUND_SENSOR_EQUIPPED_ENTITY_H
8#define GROUND_SENSOR_EQUIPPED_ENTITY_H
14#include <argos3/core/utility/math/vector3.h>
15#include <argos3/core/simulator/entity/entity.h>
16#include <argos3/core/simulator/entity/embodied_entity.h>
33 typedef std::vector<SSensor*>
TList;
52 const std::string& str_id);
59 return "ground_sensors";
unsigned int UInt32
32-bit unsigned integer.
float Real
Collects all ARGoS code.
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.
CEntity(CComposableEntity *pc_parent)
Class constructor.
An anchor related to the body of an entity.
It defines the basic type CRadians, used to store an angle value in radians.
SSensor::TList & GetSensors()
void AddSensor(const CVector2 &c_offset, ESensorType e_type, SAnchor &s_anchor)
size_t GetNumSensors() const
virtual std::string GetTypeDescription() const
Returns a string label for this class.
SSensor & GetSensor(size_t un_idx)
CGroundSensorEquippedEntity(CComposableEntity *pc_parent)
virtual void Init(TConfigurationNode &t_tree)
Initializes the state of the entity from the XML configuration tree.
ESensorType ParseType(const std::string &str_type) const
SSensor::TList m_tSensors
The list of sensors.
void AddSensorRing(const CVector2 &c_center, Real f_radius, const CRadians &c_start_angle, ESensorType e_type, UInt32 un_num_sensors, SAnchor &s_anchor)
virtual ~CGroundSensorEquippedEntity()
std::vector< SSensor * > TList
SSensor(const CVector2 &c_position, ESensorType e_type, SAnchor &s_anchor)