ethz-asl / voxblox

A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields.
BSD 3-Clause "New" or "Revised" License
1.29k stars 350 forks source link

Add github actions build test for ROS Noetic #383

Closed Jaeyoung-Lim closed 2 years ago

Jaeyoung-Lim commented 2 years ago

Problem Description This PR enables a build test for ROS Noetic using github actions.

In a previous attempt, builds for ROS Noetic was broken due to a broken dependency in protobuf_catkin

Additional Context

Jaeyoung-Lim commented 2 years ago

Jenkins build tests failing on Ubuntu Xenial(16.04) and Ubuntu Trusty(14.04), which are both EOL

alexmillane commented 2 years ago

@Jaeyoung-Lim I just merged your PR over at protobuf catkin. Switch back the dep and then this LGTM.

Jaeyoung-Lim commented 2 years ago

@alexmillane Thanks! Done!

Jaeyoung-Lim commented 2 years ago

Thanks @tkazik

Merging!