Struct TopicConnection
Defined in File common.hpp
Struct Documentation
-
struct TopicConnection
Topic with its publishers and subscribers.
Public Members
-
std::string topic_name
Full topic path (e.g., “/cmd_vel”)
-
std::string topic_type
Message type.
-
std::vector<TopicEndpoint> publishers
-
std::vector<TopicEndpoint> subscribers
-
std::string topic_name