Macrosยง
- find_
and_ generate_ ros_ messages - 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.
- find_
and_ generate_ ros_ messages_ without_ ros_ package_ path - Similar to
find_and_generate_ros_messages
, but does not search theROS_PACKAGE_PATH
environment variable paths (useful in some situations).