|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <odeagent.h>

Public Member Functions | |
| TraceDrawer () | |
| void | init () |
| void | close () |
| void | track (double time) |
| actually write the log files and stuff More... | |
| void | drawTrace (GlobalData &global) |
| draw the trace More... | |
Public Attributes | |
| Position | lastpos |
| Trackable * | obj |
| TrackRobot | tracker |
| Color | color |
Protected Attributes | |
| bool | initialized |
| std::list< osg::Vec3 > | pnts |
|
inline |
| void close | ( | ) |
| void drawTrace | ( | GlobalData & | global | ) |
draw the trace
| void init | ( | ) |
| void track | ( | double | time | ) |
actually write the log files and stuff
| Color color |
|
protected |
| Position lastpos |
| Trackable* obj |
|
protected |
| TrackRobot tracker |