g2o
|
Public Member Functions | |
Simulator (OptimizableGraph *graph_) | |
void | sense (int robotIndex) |
void | move (int robotIndex, const Isometry3d &newRobotPose) |
void | relativeMove (int robotIndex, const Isometry3d &delta) |
Public Member Functions inherited from SimulatorItem | |
SimulatorItem (OptimizableGraph *graph_) | |
OptimizableGraph * | graph () |
virtual | ~SimulatorItem () |
Public Attributes | |
int | _lastVertexId |
WorldItemSet | _world |
RobotVector | _robots |
Additional Inherited Members | |
Protected Attributes inherited from SimulatorItem | |
OptimizableGraph * | _graph |
Definition at line 160 of file simulator_3d_plane.cpp.
|
inline |
Definition at line 161 of file simulator_3d_plane.cpp.
|
inline |
Definition at line 170 of file simulator_3d_plane.cpp.
References g2o::Robot< RobotPoseObject >::move().
Referenced by main().
|
inline |
Definition at line 175 of file simulator_3d_plane.cpp.
References g2o::Robot< RobotPoseObject >::relativeMove().
Referenced by main().
|
inline |
Definition at line 162 of file simulator_3d_plane.cpp.
References g2o::BaseRobot::sense().
Referenced by main().
int Simulator::_lastVertexId |
Definition at line 180 of file simulator_3d_plane.cpp.
Referenced by main().
RobotVector Simulator::_robots |
Definition at line 182 of file simulator_3d_plane.cpp.
Referenced by main().
WorldItemSet Simulator::_world |
Definition at line 181 of file simulator_3d_plane.cpp.
Referenced by main().