SMACC2
|
#include <cb_save_slam_map.hpp>
Additional Inherited Members | |
Public Attributes inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
std::shared_future< std::shared_ptr< typename ServiceType::Response > > | resultFuture_ |
std::shared_ptr< typename ServiceType::Response > | result_ |
std::chrono::milliseconds | pollRate_ |
Protected Member Functions inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
virtual void | onServiceResponse (std::shared_ptr< typename ServiceType::Response >) |
Protected Member Functions inherited from smacc2::SmaccAsyncClientBehavior | |
void | postSuccessEvent () |
void | postFailureEvent () |
virtual void | dispose () override |
bool | isShutdownRequested () |
onEntry is executed in a new thread. However the current state cannot be left until the onEntry thread finishes. This flag can be checked from the onEntry thread to force finishing the thread. | |
Protected Member Functions inherited from smacc2::ISmaccClientBehavior | |
virtual void | runtimeConfigure () |
template<typename EventType > | |
void | postEvent (const EventType &ev) |
template<typename EventType > | |
void | postEvent () |
ISmaccState * | getCurrentState () |
virtual rclcpp::Node::SharedPtr | getNode () const |
virtual rclcpp::Logger | getLogger () const |
Protected Attributes inherited from smacc2::client_behaviors::CbServiceCall< ServiceType > | |
std::shared_ptr< rclcpp::Client< ServiceType > > | client_ |
std::string | serviceName_ |
std::shared_ptr< typename ServiceType::Request > | request_ |
Definition at line 35 of file cb_save_slam_map.hpp.
cl_nitrosz::CbSaveSlamMap::CbSaveSlamMap | ( | ) |
Definition at line 37 of file cb_save_slam_map.cpp.
std::shared_ptr< nav2_msgs::srv::SaveMap::Request > cl_nitrosz::CbSaveSlamMap::getRequest | ( | ) |
Definition at line 51 of file cb_save_slam_map.cpp.
|
overridevirtual |
Reimplemented from smacc2::ISmaccClientBehavior.
Definition at line 49 of file cb_save_slam_map.cpp.