|
| | PublishEmpty (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
| |
| | PublishEmpty (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources, std::unique_ptr< PublisherInterfaceBase< std_msgs::msg::Empty > > publisher_interface) |
| |
| | SendMessageToTopicBehaviorBase (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
| | Constructs SendMessageToTopicBehaviorBase using the RclcppPublisherInterface.
|
| |
| | SendMessageToTopicBehaviorBase (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources, std::unique_ptr< PublisherInterfaceBase< std_msgs::msg::Empty > > publisher_interface) |
| | Constructs SendMessageToTopicBehaviorBase using a user-provided implementation of PublisherInterfaceBase.
|
| |
| virtual | ~SendMessageToTopicBehaviorBase ()=default |
| |
| BT::NodeStatus | tick () override |
| |
| | SharedResourcesNode (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
| | Constructor for SharedResourcesNode. Called by BT::BehaviorTreeFactory when creating a new behavior tree containing this node.
|
| |
Publish a std_msgs::msg::Empty message to a topic.
| Data Port Name | Port Type | Object Type |
| topic | Input | std::string |
| queue_size | Input | size_t |
| use_best_effort | Input | bool |