Skip to content

Commit 55241ab

Browse files
authored
Merge pull request #20 from fmessmer/test_noetic
test noetic
2 parents 6ddfa21 + 6190d3b commit 55241ab

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ env:
2222
matrix:
2323
- ROS_DISTRO=kinetic
2424
- ROS_DISTRO=melodic
25+
- ROS_DISTRO=noetic DOCKER_IMAGE=ros:noetic-perception
2526
install:
2627
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
2728
script:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.3)
1+
cmake_minimum_required(VERSION 3.0.2)
22
project(pointcloud_to_laserscan)
33

44
find_package(catkin REQUIRED COMPONENTS

package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
<run_depend>tf2_geometry_msgs</run_depend>
3939
<run_depend>pcl_ros</run_depend>
4040

41+
<run_depend>openni2_launch</run_depend>
42+
4143
<export>
4244
<nodelet plugin="${prefix}/nodelets.xml"/>
4345
</export>

0 commit comments

Comments
 (0)