re_ros_msg 0.30.0-alpha.7

Parse and decode ROS messages
Documentation

Minimal ROS 2 .msg reflection parser (messages only).

This module parses the textual ROS 2 message definition format (aka .msg) into a typed, reflection-friendly representation. It is intentionally kept generic and does not rely on any pre-baked message definitions, so it can be used to parse unknown types and still extract semantic meaning (types, arrays, names, constants, default values).