SMACC2
|
#include <cb_navigate_next_waypoint_until_reached.hpp>
Private Attributes | |
std::string | goalWaypointName_ |
std::function< void()> | postEvGoalWaypointReached_ |
Definition at line 31 of file cb_navigate_next_waypoint_until_reached.hpp.
cl_nav2z::CbNavigateNextWaypointUntilReached::CbNavigateNextWaypointUntilReached | ( | std::string | goalWaypointName, |
std::optional< NavigateNextWaypointOptions > | options = std::nullopt |
||
) |
Definition at line 25 of file cb_navigate_next_waypoint_until_reached.cpp.
|
virtual |
Definition at line 31 of file cb_navigate_next_waypoint_until_reached.cpp.
|
overridevirtual |
Reimplemented from cl_nav2z::CbNavigateNextWaypoint.
Definition at line 33 of file cb_navigate_next_waypoint_until_reached.cpp.
References cl_nav2z::CbNavigateNextWaypoint::onEntry().
|
overridevirtual |
Reimplemented from cl_nav2z::CbNavigateNextWaypoint.
Definition at line 35 of file cb_navigate_next_waypoint_until_reached.cpp.
References cl_nav2z::CbNavigateNextWaypoint::onExit().
|
inlineoverridevirtual |
Reimplemented from cl_nav2z::CbNav2ZClientBehaviorBase.
Definition at line 58 of file cb_navigate_next_waypoint_until_reached.hpp.
References smacc2::ISmaccClient::getComponent(), cl_nav2z::CpWaypointNavigatorBase::getCurrentWaypointIndex(), cl_nav2z::CpWaypointNavigatorBase::getCurrentWaypointName(), smacc2::ISmaccClientBehavior::getLogger(), smacc2::ISmaccClientBehavior::getName(), goalWaypointName_, cl_nav2z::CbNav2ZClientBehaviorBase::nav2zClient_, cl_nav2z::CbNav2ZClientBehaviorBase::navigationResult_, postEvGoalWaypointReached_, smacc2::SmaccAsyncClientBehavior::postSuccessEvent(), and cl_nav2z::CbNavigateNextWaypoint::waypointsNavigator_.
|
inline |
Definition at line 41 of file cb_navigate_next_waypoint_until_reached.hpp.
References cl_nav2z::CbNav2ZClientBehaviorBase::nav2zClient_, postEvGoalWaypointReached_, and smacc2::ISmaccClientBehavior::requiresClient().
|
private |
Definition at line 99 of file cb_navigate_next_waypoint_until_reached.hpp.
Referenced by onNavigationActionSuccess().
|
private |
Definition at line 101 of file cb_navigate_next_waypoint_until_reached.hpp.
Referenced by onNavigationActionSuccess(), and onOrthogonalAllocation().