Class adaptorQ3D

Inheritance Relationships

Base Types

Class Documentation

class adaptorQ3D : public cosm::controller::base_controllerQ3D, public cpargos::controller::base_adaptor

Adaptor for controller::base_controllerQ3D to provide an interface for creating controllers within ARGoS.

Public Functions

inline void ControlStep(void) override
inline virtual rtypes::type_uuid entity_id(void) const override

Get the ID of the entity, which is unique among all entities of the same type in simulation. For real robots, it doesn’t have to be unique, but it probably still should be to assist with debugging.

inline void Init(ticpp::Element &node) override
inline void Reset(void) override