Closed AAlon closed 5 years ago
Thanks for filing this @AAlon, I will look into it.
Thanks @malsbat! at the moment, rmw_dps
doesn't build with the tip of master of ROS2. Was this change made for compatibility with ROS2-Crystal, or for the tip of master RMW layer?
If the former, perhaps you could create a develop
branch which would be kept up-to-date with the latest interface; If the latter, then let's get the master
branch updated, since the RMW interface has changed a bit.
I've made the necessary adjustments which can be seen at https://github.com/ros2/rmw_dps/compare/master...AAlon:develop - I hope those make sense. I could open a PR either against master
or develop
depending on the answer to the question above.
Hi @AAlon, the changes I made were against the tip of master. I thought I had caught everything, but looking at your change, it appears I had some stale bits somewhere. Please go ahead and make your pull request and I will merge it. Thanks again.
I'm using a source installation of ROS2 from tip of master on Ubuntu Bionic. Cloned this repo into the src/ros2/ dir, and ran
colcon build --symlink-install --cmake-force-configure
which failed. Seeing as the last commit was a while ago, I'm wondering whether this is still compatible with the latest ROS2 and RMW interface?Build log: