#include <trajectory_builder_interface.h>
Public Types | |
| enum | SensorType { SensorType::RANGE = 0, SensorType::IMU, SensorType::ODOMETRY, SensorType::FIXED_FRAME_POSE, SensorType::LANDMARK, SensorType::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.
| Enumerator | |
|---|---|
| RANGE | |
| IMU | |
| ODOMETRY | |
| FIXED_FRAME_POSE | |
| LANDMARK | |
| LOCAL_SLAM_RESULT | |
Definition at line 66 of file trajectory_builder_interface.h.
|
inline |
Definition at line 83 of file trajectory_builder_interface.h.
|
inline |
Definition at line 78 of file trajectory_builder_interface.h.
| std::string cartographer::mapping::TrajectoryBuilderInterface::SensorId::id |
Definition at line 76 of file trajectory_builder_interface.h.
| SensorType cartographer::mapping::TrajectoryBuilderInterface::SensorId::type |
Definition at line 75 of file trajectory_builder_interface.h.