diff --git a/versions/main/_component_8hpp_source.html b/versions/main/_component_8hpp_source.html index 281510df..43d004f5 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 @@
modulo_core::communication::PublisherHandler
The PublisherHandler handles different types of ROS publishers to activate, deactivate and publish da...
Definition PublisherHandler.hpp:17
modulo_components
Modulo components.
Definition Component.hpp:9
modulo_core::communication
Modulo Core communication module for handling messages on publication and subscription interfaces.
Definition MessagePair.hpp:9
-
modulo_core::EncodedState
std_msgs::msg::UInt8MultiArray EncodedState
Define the EncodedState as UInt8MultiArray message type.
Definition EncodedState.hpp:15