File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
matrix :
23
23
- ROS_DISTRO=kinetic
24
24
- ROS_DISTRO=melodic
25
+ - ROS_DISTRO=noetic DOCKER_IMAGE=ros:noetic-perception
25
26
install :
26
27
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
27
28
script :
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.3 )
1
+ cmake_minimum_required (VERSION 3.0.2 )
2
2
project (pointcloud_to_laserscan)
3
3
4
4
find_package (catkin REQUIRED COMPONENTS
Original file line number Diff line number Diff line change 38
38
<run_depend >tf2_geometry_msgs</run_depend >
39
39
<run_depend >pcl_ros</run_depend >
40
40
41
+ <run_depend >openni2_launch</run_depend >
42
+
41
43
<export >
42
44
<nodelet plugin =" ${prefix}/nodelets.xml" />
43
45
</export >
You can’t perform that action at this time.
0 commit comments