find_and_generate_ros_messages!() { /* proc-macro */ }
Expand description

Given a list of paths, generates struct definitions and trait impls for any ros messages found within those paths. Paths are relative to where rustc is being invoked from your mileage may vary.

In addition to provided paths, this will search paths found in the environment variable ROS_PACKAGE_PATH.