#include <trajectory_builder_interface.h>
Public Types | |
enum | SensorType { RANGE = 0, IMU, ODOMETRY, FIXED_FRAME_POSE, LANDMARK, LOCAL_SLAM_RESULT } |
Public Member Functions | |
bool | operator< (const SensorId &other) const |
bool | operator== (const SensorId &other) const |
Public Attributes | |
std::string | id |
SensorType | type |
Definition at line 65 of file trajectory_builder_interface.h.
Definition at line 66 of file trajectory_builder_interface.h.
bool cartographer::mapping::TrajectoryBuilderInterface::SensorId::operator< | ( | const SensorId & | other | ) | const [inline] |
Definition at line 83 of file trajectory_builder_interface.h.
bool cartographer::mapping::TrajectoryBuilderInterface::SensorId::operator== | ( | const SensorId & | other | ) | const [inline] |
Definition at line 78 of file trajectory_builder_interface.h.
Definition at line 76 of file trajectory_builder_interface.h.
Definition at line 75 of file trajectory_builder_interface.h.