Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NOT FOR MERGE] Add uint8 field when ROS 2 message definition is empty. #34

Closed

Commits on May 29, 2023

  1. Add uint8 field when ROS 2 message definition is empty.

    Since IDL structs can't be empty, ROS adds a uint8 field in case the
    message definition is empty (e.g. std_msgs/Empty):
    See https://github.com/ros2/rosidl/blob/e3b71ece/rosidl_adapter/rosidl_adapter/resource/struct.idl.em#L101
    
    This patch mirros this behavior.
    achim-k committed May 29, 2023
    Configuration menu
    Copy the full SHA
    09d43d2 View commit details
    Browse the repository at this point in the history