Exception thrown when the goal location of the global planner is out of the expected bounds. More...
#include <exceptions.h>
Public Member Functions | |
GoalBoundsException (const std::string &description, int result_code=9) | |
GoalBoundsException (const nav_2d_msgs::Pose2DStamped &pose) | |
Public Member Functions inherited from nav_core2::InvalidGoalPoseException | |
InvalidGoalPoseException (const std::string &description, int result_code=8) | |
InvalidGoalPoseException (const nav_2d_msgs::Pose2DStamped &pose, const std::string &problem, int result_code=8) | |
Public Member Functions inherited from nav_core2::GlobalPlannerException | |
GlobalPlannerException (const std::string &description, int result_code=4) | |
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) | |
Additional Inherited Members | |
Protected Attributes inherited from nav_core2::NavCore2Exception | |
int | result_code_ |
Exception thrown when the goal location of the global planner is out of the expected bounds.
Definition at line 249 of file exceptions.h.
|
inlineexplicit |
Definition at line 252 of file exceptions.h.
|
inlineexplicit |
Definition at line 254 of file exceptions.h.