SMACC2
|
#include <nitrosz_client.hpp>
Public Types | |
typedef smacc2::SmaccSignal< void(const WrappedResult &)> | SmaccNavigateResultSignal |
Public Types inherited from smacc2::client_bases::SmaccActionClientBase< nav2_msgs::action::NavigateToPose > | |
typedef rclcpp_action::Client< nav2_msgs::action::NavigateToPose > | ActionClient |
using | Goal = typename ActionClient::Goal |
using | Feedback = typename ActionClient::Feedback |
using | GoalHandle = rclcpp_action::ClientGoalHandle< nav2_msgs::action::NavigateToPose > |
typedef GoalHandle::WrappedResult | WrappedResult |
using | SendGoalOptions = typename ActionClient::SendGoalOptions |
using | GoalResponseCallback = std::function< void(std::shared_future< typename GoalHandle::SharedPtr >)> |
using | FeedbackCallback = typename GoalHandle::FeedbackCallback |
using | ResultCallback = typename GoalHandle::ResultCallback |
using | CancelRequest = typename ActionType::Impl::CancelGoalService::Request |
using | CancelResponse = typename ActionType::Impl::CancelGoalService::Response |
using | CancelCallback = std::function< void(typename CancelResponse::SharedPtr)> |
typedef smacc2::SmaccSignal< void(const WrappedResult &)> | SmaccActionResultSignal |
Definition at line 29 of file nitrosz_client.hpp.
typedef smacc2::SmaccSignal<void(const WrappedResult &)> cl_nitrosz::ClNitrosZ::SmaccNavigateResultSignal |
Definition at line 37 of file nitrosz_client.hpp.
cl_nitrosz::ClNitrosZ::ClNitrosZ | ( | std::string | navigateToPoseAction = "/navigate_to_pose" | ) |
Definition at line 31 of file nitrosz_client.cpp.
|
virtual |
Definition at line 36 of file nitrosz_client.cpp.