ros-drivers / openni2_camera

ROS wrapper for openni 2.0
http://wiki.ros.org/openni2_camera
BSD 3-Clause "New" or "Revised" License
56 stars 95 forks source link

Release for Noetic #98

Closed 130s closed 4 years ago

130s commented 4 years ago

Changes made

Branch

CoS

130s commented 4 years ago

Travis CI job for noetic fails https://travis-ci.org/github/ros-drivers/openni2_camera/jobs/694065338#L439 looking for a released .deb of rgbd_launch

mikeferguson commented 4 years ago

looks like you also merged my noetic fixes into indigo-devel, but not noetic-devel branch

130s commented 4 years ago

With a recent issue with the released version of catkin_tools https://github.com/catkin/catkin_tools/issues/594#issuecomment-638449890, all CI jobs on travis failed.

I go ahead and make a release to rosdistro. Because there's already a hold discourse.ros.org#14451, release may get stuck though.

130s commented 4 years ago

looks like you also merged my noetic fixes into indigo-devel, but not noetic-devel branch

Thanks for the headup. My understanding, can be wrong though, is that the changes added in https://github.com/ros-drivers/openni2_camera/pull/97, which is package format 3 change, work even on indigo as format 3 support is done in catkin_pkg, which is agnostic to distro of OS and ROS.

I leave it as is on both indigo branch (used for indigo before noetic) and noetic branch for now unless there's an issue with this.