why ros2 crystal release do not support rqt cpp plugins on ubuntu 16.04?
Checked the release it is having rqt support but cpp plugins are disabled for ubuntu 16.04.
Asked by sainimayankmohan on 2019-01-23 01:02:36 UTC
Answers
The reason is that the TinyXML2 versions used on Bionic and Xenial are very different. So during the initial port we were focuses on Bionic only since Xenial won't be supported in future ROS 2 distros.
That being said supporting the TinyXML2 version on Xenial wasn't that much effort: https://github.com/ros-visualization/qt_gui_core/pull/169 You can either build the code from that branch or wait for the next patch release.
Asked by Dirk Thomas on 2019-01-23 12:08:57 UTC
Comments