|
g2o
|
#include <simulator.h>

Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
| int | id |
| SE2 | truePose |
| SE2 | simulatorPose |
| LandmarkPtrVector | landmarks |
| the landmarks observed by this node | |
simulated pose of the robot
Definition at line 60 of file simulator.h.
| g2o::tutorial::Simulator::GridPose::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 61 of file simulator.h.
| int g2o::tutorial::Simulator::GridPose::id |
Definition at line 62 of file simulator.h.
Referenced by g2o::tutorial::Simulator::generateNewPose(), main(), and g2o::tutorial::Simulator::simulate().
| LandmarkPtrVector g2o::tutorial::Simulator::GridPose::landmarks |
the landmarks observed by this node
Definition at line 65 of file simulator.h.
Referenced by g2o::tutorial::Simulator::simulate().
| SE2 g2o::tutorial::Simulator::GridPose::simulatorPose |
Definition at line 64 of file simulator.h.
Referenced by g2o::tutorial::Simulator::generateNewPose(), main(), and g2o::tutorial::Simulator::simulate().
| SE2 g2o::tutorial::Simulator::GridPose::truePose |
Definition at line 63 of file simulator.h.
Referenced by g2o::tutorial::Simulator::generateNewPose(), and g2o::tutorial::Simulator::simulate().