moveit / moveit_visual_tools

Helper functions for displaying and debugging MoveIt! data in Rviz via published markers
BSD 3-Clause "New" or "Revised" License
151 stars 102 forks source link

Drop melodic + kinetic support for master branch #58

Closed rhaschke closed 5 years ago

rhaschke commented 5 years ago

Alternative to #57: Due to incompatible moveit_msgs, the master branch cannot compile on Kinetic and Melodic anymore.

davetcoleman commented 5 years ago

@rhaschke thinking about this further, this master branch should still work on Kinetic & Melodic because moveit_msgs is included in the rosinstall file to be built from source. Right?

rhaschke commented 5 years ago

Of course, building everything, i.e. moveit_msgs, MoveIt, and the tutorial from source, should still work on Kinetic and Melodic. However, to use the tutorial, users shouldn't be required to build this huge workspace from source. Hence, I suggest to drop Kinetic and Melodic support on master. Thus, the master branch, just serves as a development branch for a future Noetic release.