Function fuse_core::joinTopicName
Defined in File util.hpp
Function Documentation
-
inline std::string fuse_core::joinTopicName(std::string a, std::string b)
Create a compound ROS topic name from two components.
- Parameters:
a – [in] The first element
b – [in] The second element
- Returns:
The joined topic name