Struct TopicConnection

Struct Documentation

struct TopicConnection

Topic with its publishers and subscribers.

Public Functions

inline json to_json() const

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