-
Notifications
You must be signed in to change notification settings - Fork 94
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
ROS2 bouncy release #45
Comments
CI tracks ROS2 master (https://travis-ci.org/esteve/ros2_java/jobs/401430849 https://travis-ci.org/esteve/ros2_java/jobs/401430850), so it Regarding |
Apologies for the confusion, it turns out I was accidentally using ardent on my (linux) publisher, so the messages weren't being picked up by the bouncy (android) subscriber. Thanks for your help. |
No worries. Thanks for the quick response! |
So just to clarify, as @johnmarkwayve alluded to, an Ardent node running on one machine will not be able to communicate with a Bouncy node running on another machine? |
@flewber I've not seen anything official to say that this is by design, but in my experience over the last few weeks it appears to be true. Or, at least, a publisher using bouncy will not be received by a subscriber using ardent (I don't think I checked the inverse) |
It might also depend on the DDS vendor you choose. I have had problems mixing Fast-RTPS with OpenSplice. See eProsima/Fast-DDS#142. |
I have only been using the bundled Fast-RTPS on all of my machines. When I upgraded one to Bouncy, the demo_nodes_cpp talker and listener could no longer communicate in either direction from a Bouncy machine to an Ardent machine. Upgrading the Ardent machine to Bouncy now... hopefully that will fix the issue. |
@flewber That's similar to my experience with Linux amd64, Linux arm64, and Java on android |
Upgrading the Ardent machine to Bouncy DID fix the issue. |
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
I've been trying to get and android build to work with the new
bouncy
release of ROS2, not yet with great success. My guess is that the switch tocolcon
as a build system is the main problem (I've been able to get an "ordinary" arm cross-compilation build working ros2-for-arm/ros2#5)Do you have any suggestions for how to complete the process?
The text was updated successfully, but these errors were encountered: