Class ROSMessage
Defined in File ros_message.hpp
Class Documentation
-
class ROSMessage
Public Types
-
using Ptr = std::shared_ptr<ROSMessage>
Public Functions
-
ROSMessage(const std::string &msg_def)
This constructor does most of the work in terms of parsing. It uses the message definition to extract fields and types.
-
using Ptr = std::shared_ptr<ROSMessage>