7namespace RoboidControl {
Module to which keeps track of objects around the roboid.
Definition Perception.h:10
The Propulsion module for a Roboid is used to move the Roboid in space.
Definition Propulsion.h:16
A Roboid is used to control autonomous robots.
Definition Roboid.h:10
void Update(float currentTimeMs)
Update the state of the Roboid.
Propulsion * propulsion
The Propulsion module of this Roboid.
Definition Roboid.h:27
Roboid()
Default constructor for a Roboid.
Definition Roboid.cpp:4
Perception * perception
The Perception module of this Roboid.
Definition Roboid.h:25