Thrown when all the trajectories explored are illegal. More...
#include <illegal_trajectory_tracker.h>
Public Member Functions | |
NoLegalTrajectoriesException (const IllegalTrajectoryTracker &tracker) | |
Public Member Functions inherited from nav_core2::NoLegalTrajectoriesException | |
NoLegalTrajectoriesException (const std::string &description, int result_code=15) | |
Public Member Functions inherited from nav_core2::LocalPlannerException | |
LocalPlannerException (const std::string &description, int result_code=13) | |
Public Member Functions inherited from nav_core2::PlannerException | |
PlannerException (const std::string &description, int result_code=3) | |
Public Member Functions inherited from nav_core2::NavCore2Exception | |
int | getResultCode () const |
NavCore2Exception (const std::string &description, int result_code) | |
Public Attributes | |
IllegalTrajectoryTracker | tracker_ |
Additional Inherited Members | |
Protected Attributes inherited from nav_core2::NavCore2Exception | |
int | result_code_ |
Thrown when all the trajectories explored are illegal.
Definition at line 65 of file illegal_trajectory_tracker.h.
|
inlineexplicit |
Definition at line 68 of file illegal_trajectory_tracker.h.
IllegalTrajectoryTracker dwb_local_planner::NoLegalTrajectoriesException::tracker_ |
Definition at line 70 of file illegal_trajectory_tracker.h.