|
SMACC
|
Classes | |
| class | OdomTracker |
| This class track the required distance of the cord based on the external localization system. More... | |
| struct | StackedPathEntry |
Enumerations | |
| enum class | WorkingMode : uint8_t { RECORD_PATH = 0 , CLEAR_PATH = 1 , IDLE = 2 } |
Functions | |
| double | p2pDistance (const geometry_msgs::Point &p1, const geometry_msgs::Point &p2) |
|
strong |
| Enumerator | |
|---|---|
| RECORD_PATH | |
| CLEAR_PATH | |
| IDLE | |
Definition at line 32 of file odom_tracker.h.
|
inline |
Definition at line 158 of file odom_tracker.h.
Referenced by cl_move_base_z::odom_tracker::OdomTracker::updateClearPath(), and cl_move_base_z::odom_tracker::OdomTracker::updateRecordPath().