MoveIt Pro Behavior Interface  5.0.1
Library for developing custom behaviors for use in MoveIt Pro
get_message_from_topic_impl.hpp File Reference
Include dependency graph for get_message_from_topic_impl.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...