-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update rmw_iceoryx for galactic #54
Update rmw_iceoryx for galactic #54
Conversation
…pstream ROS 2 Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
@ZhenshengLee Could you have a look at this pull request? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to me.
… dependecy Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
.github/workflows/main.yml
Outdated
target-ros2-distro: foxy | ||
vcs-repo-file-url: | | ||
./.github/workflows/additional_repos.repos | ||
package-name: iceoryx_utils iceoryx_posh rmw_iceoryx_cpp iceoryx_ros2_bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package-name: iceoryx_utils iceoryx_posh rmw_iceoryx_cpp iceoryx_ros2_bridge | |
package-name: rmw_iceoryx_cpp iceoryx_ros2_bridge |
I just recently found the "solution" for this case of an error message being overwritten, so I thought I'd mention it. Currently, if It looks like this behaviour may change at some point though: ros2/rosidl_typesupport#102 |
… handling and reset error Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
@jeising Would you mind doing a review of the changes? Thanks in advance! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much of work about checking typesupport, nice!
@Karsten1987 Could you please set the default branch for this repository to the branch |
Done
What's working
ros2
command line supportWhat's not working/ known limitations
RMW_IMPLEMENTATION=rmw_iceoryx_cpp ros2 topic echo /chatter
Closes #48