Update crystal deb packages - Request
nzlz opened this issue · comments
Would it be possible to update the crystal branch and release a new version of the debian packages?
With the crystal packages the URDF visualization via /robot_description topic is not working, while with latest sources it does. It would be nice if we could rely on a crystal deb package while the dashing version arrives.
@nzlz do you know which PR fixed the issue? If you can find it, and it can be backported without breaking ABI, then it can be added to the next crystal patch release ros2/ros2#684
@nzlz it looks like Dashing will be the first distro to have that fix. The PR was dropped from Crystal patch release 3 (ros2/ros2#656) because of the API change.
Display the robot description correctly in rviz. Breaks API. Will not be released into Crystal.
ros2/rviz#382 backports:
ros2/rviz#378
In the meantime you might have to build rviz_default_plugins
from source. https://index.ros.org/doc/ros2/Tutorials/Colcon-Tutorial/
Thanks @sloretz ! we will have to wait a few weeks then.