#include <trackrobots.h>
Definition at line 48 of file trackrobots.h.
Public Member Functions | |
TrackRobot () | |
TrackRobot (bool trackPos, bool trackSpeed, bool trackOrientation, bool tracePos, const char *scene, int interval=1) | |
Set the tracking mode of the simulation environment. | |
~TrackRobot () | |
bool | open (const AbstractRobot *robot) |
void | track (AbstractRobot *robot) |
void | close () |
bool | trace () const |
Friends | |
class | Agent |
|
Definition at line 54 of file trackrobots.h. |
|
Set the tracking mode of the simulation environment. If one of the trackparameters is true the tracking is enabled. The tracking is written into a file with the current date and time as name. If tracePos is ture (at least in ode simulations) the trace of the robot is shown Definition at line 69 of file trackrobots.h. |
|
Definition at line 81 of file trackrobots.h. |
|
Definition at line 104 of file trackrobots.cpp. |
|
Definition at line 44 of file trackrobots.cpp. |
|
Definition at line 90 of file trackrobots.h. |
|
Definition at line 85 of file trackrobots.cpp. |
|
Definition at line 51 of file trackrobots.h. |