-
Notifications
You must be signed in to change notification settings - Fork 131
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
rosidl_generate_interfaces - Undocumented DEPENDENCIES option #687
Comments
Where would you like the argument documented? It's currently only documented in the CMake comment above the macro rosidl/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake Lines 36 to 38 in 5181196
|
The tutorials do not use existing messages as seen here. However, the extra "Use an existing interface definition" does demonstrate using I think there could be an additional clarification on the |
Since ros2/ros2_documentation#2350 , we do have documentation there, so I'm going to close this out. Feel free to reopen if you think we need to do something more here. |
The references above work well with me. Thank you. |
Bug report
Required Info:
ALL
ALL
dbb005a - Latest humble as of July 10, 2022
ALL
Steps to reproduce issue
DEPENDENCIES
option in the call torosidl_generate_interfaces
CMakeLists.txt
Expected behavior
The documentation should reflect the expected usage of
DEPENDENCIES
, so a user of the function knows when it should be used.Actual behavior
DEPENDENCIES
is not documented.References
The example was copied from this ROS Answers Post
The fix I found was noted here.
The text was updated successfully, but these errors were encountered: