-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sane development environment #878
Comments
please assign this to me. Thankyou |
@Yadunund i have tested the generation of .msg, .srv, .action, but new to .idl, did some reading and understood that interface definition language .idl format is what .msg, .srv and .action get converted to under the hood. i came across the "rosidl generate package interface_file" command, |
Thanks for testing. I have a feeling the test cases should have been worded "Test message generation with .msg, .srv, .action to .idl on top of the installed environment". @clalancette does that make sense? |
@Yadunund @clalancette i see that the .idl files are generated for all the .msg, .srv and .action files i created if you confirm that this test is done i will move on. Thankyou |
So we support making messages from all of
So you can start with a Unfortunately we don't have a lot of good examples of IDL files. One example we do have is here: https://github.com/ros2/rosbag2/tree/iron/rosbag2_test_msgdefs/msg . So we shouldn't consider this test complete until we try out the Additionally, I think we should make an update to YATM to more explicitly spell out what we want to see done here. I'll open a PR for that. |
@clalancette @Yadunund |
That's fantastic! Thank you for trying this out. |
Setup
Checks
You can find the code used to generate this test case here
The text was updated successfully, but these errors were encountered: