Rosidl cli generate proto test#25
Open
gonzodepedro wants to merge 4 commits intostreamline-file-generationfrom
Open
Rosidl cli generate proto test#25gonzodepedro wants to merge 4 commits intostreamline-file-generationfrom
gonzodepedro wants to merge 4 commits intostreamline-file-generationfrom
Conversation
Signed-off-by: Gonzalo de Pedro <gonzalodepedro@ekumenlabs.com>
Signed-off-by: Gonzalo de Pedro <gonzalodepedro@ekumenlabs.com>
Collaborator
Author
|
Get paths from get_package_share_directory |
Collaborator
Author
|
Check that it is creating typeadapters |
Signed-off-by: Gonzalo de Pedro <gonzalodepedro@ekumenlabs.com>
Collaborator
Author
|
Both comments are fixed now |
tfoote
reviewed
Mar 25, 2024
|
|
||
| subprocess.run([ | ||
| 'rosidl', 'generate', '-ts', 'protobuf_c', '-o', output_path, 'std_msgs', './msg/String.msg' | ||
| ], cwd='/home/aeten/ros2_rolling/install/std_msgs/share/std_msgs', check=True) |
| target_link_libraries(test_wstring_conversion | ||
| ${PROJECT_NAME}) | ||
| endif() | ||
| find_package(ament_cmake_pytest REQUIRED) |
Signed-off-by: Gonzalo de Pedro <gonzalodepedro@ekumenlabs.com>
Owner
|
Current failure: This looks like it's trying to compile the library before it's generated. We need a dependency in CMake to prevent this. |
Collaborator
Author
|
This PR must be compiled using this repos file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds tests for rosidl cli generate typesupports for protobuf