From 977abbdf9833679ba562215fc772dae3ade539d8 Mon Sep 17 00:00:00 2001 From: domire8 Date: Thu, 18 Jul 2024 11:33:30 +0000 Subject: [PATCH] deploy: 0160ca2f0dbe0457aa38167fe001a374d176930c --- versions/main/_component_8hpp_source.html | 3 +-- .../main/_controller_interface_8cpp_source.html | 3 +-- .../main/_controller_interface_8hpp_source.html | 5 ++--- versions/main/_encoded_state_8hpp_source.html | 9 ++++----- .../main/_lifecycle_component_8cpp_source.html | 3 +-- versions/main/_message_pair_8hpp_source.html | 7 +++---- .../main/_publisher_interface_8cpp_source.html | 9 ++++----- ...o__core_1_1communication_1_1_message_pair.html | 12 ++++++------ ...1_1communication_1_1_subscription_handler.html | 6 +++--- ...space_2source_2modulo__core_2_r_e_a_d_m_e.html | 7 +++---- ...2source_2modulo__interfaces_2_r_e_a_d_m_e.html | 2 ++ versions/main/menudata.js | 2 -- versions/main/message__readers_8hpp_source.html | 5 ++--- versions/main/message__writers_8hpp_source.html | 3 +-- versions/main/namespacemembers.html | 5 ----- versions/main/namespacemodulo__core.html | 9 +++------ .../namespacemodulo__core_1_1translators.html | 12 ++++++------ versions/main/search/all_3.js | 7 +++---- versions/main/search/searchdata.js | 15 ++++++--------- 19 files changed, 51 insertions(+), 73 deletions(-) diff --git a/versions/main/_component_8hpp_source.html b/versions/main/_component_8hpp_source.html index 281510df7..43d004f59 100644 --- a/versions/main/_component_8hpp_source.html +++ b/versions/main/_component_8hpp_source.html @@ -189,7 +189,7 @@
148 case MessageType::ENCODED_STATE: {
149 auto publisher = this->create_publisher<modulo_core::EncodedState>(topic_name, this->get_qos());
150 this->outputs_.at(parsed_signal_name) =
-
151 std::make_shared<PublisherHandler<rclcpp::Publisher<modulo_core::EncodedState>, modulo_core::EncodedState>>(
+
151 std::make_shared<PublisherHandler<rclcpp::Publisher<modulo_core::EncodedState>, modulo_core::EncodedState>>(
152 PublisherType::PUBLISHER, publisher)->create_publisher_interface(message_pair);
153 break;
154 }
@@ -221,7 +221,6 @@
The PublisherHandler handles different types of ROS publishers to activate, deactivate and publish da...
Modulo components.
Definition Component.hpp:9
Modulo Core communication module for handling messages on publication and subscription interfaces.
-
std_msgs::msg::UInt8MultiArray EncodedState
Define the EncodedState as UInt8MultiArray message type.