MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
#include <moveit_studio_behavior_interface/check_for_error.hpp>
#include <moveit_studio_behavior_interface/get_message_from_topic.hpp>
Namespaces | |
moveit_studio | |
moveit_studio::behaviors | |
Functions | |
template<typename MessageT > | |
bool | moveit_studio::behaviors::shouldRecreateSubscriber (const std::shared_ptr< rclcpp::Subscription< MessageT >> &subscriber, const std::string &topic_name, const rclcpp::QoS &publisher_qos) |
Compare a subscriber's current configuration to the desired new configuration to determine if the subscriber needs to be recreated. More... | |