#include <illegal_trajectory_tracker.h>
Public Member Functions | |
void | addIllegalTrajectory (const nav_core2::IllegalTrajectoryException &e) |
void | addLegalTrajectory () |
std::string | getMessage () const |
std::map< std::pair < std::string, std::string > , double > | getPercentages () const |
IllegalTrajectoryTracker () | |
Protected Attributes | |
std::map< std::pair < std::string, std::string > , unsigned int > | counts_ |
unsigned int | illegal_count_ |
unsigned int | legal_count_ |
Definition at line 45 of file illegal_trajectory_tracker.h.
Definition at line 48 of file illegal_trajectory_tracker.h.
void dwb_local_planner::IllegalTrajectoryTracker::addIllegalTrajectory | ( | const nav_core2::IllegalTrajectoryException & | e | ) |
Definition at line 43 of file illegal_trajectory_tracker.cpp.
Definition at line 49 of file illegal_trajectory_tracker.cpp.
std::string dwb_local_planner::IllegalTrajectoryTracker::getMessage | ( | ) | const |
Definition at line 65 of file illegal_trajectory_tracker.cpp.
std::map< std::pair< std::string, std::string >, double > dwb_local_planner::IllegalTrajectoryTracker::getPercentages | ( | ) | const |
Definition at line 54 of file illegal_trajectory_tracker.cpp.
std::map< std::pair<std::string, std::string>, unsigned int> dwb_local_planner::IllegalTrajectoryTracker::counts_ [protected] |
Definition at line 57 of file illegal_trajectory_tracker.h.
unsigned int dwb_local_planner::IllegalTrajectoryTracker::illegal_count_ [protected] |
Definition at line 58 of file illegal_trajectory_tracker.h.
unsigned int dwb_local_planner::IllegalTrajectoryTracker::legal_count_ [protected] |
Definition at line 58 of file illegal_trajectory_tracker.h.