Skip to content

Commit

Permalink
Merge pull request ros-perception#20 from fmessmer/test_noetic
Browse files Browse the repository at this point in the history
test noetic
  • Loading branch information
fmessmer committed Oct 3, 2020
2 parents 6ddfa21 + 6190d3b commit 55241ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
matrix:
- ROS_DISTRO=kinetic
- ROS_DISTRO=melodic
- ROS_DISTRO=noetic DOCKER_IMAGE=ros:noetic-perception
install:
- git clone --quiet --depth 1 https://github.com/fmessmer/industrial_ci.git .industrial_ci -b master_pylint
script:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.0.2)
project(pointcloud_to_laserscan)

find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 2 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<run_depend>tf2_geometry_msgs</run_depend>
<run_depend>pcl_ros</run_depend>

<run_depend>openni2_launch</run_depend>

<export>
<nodelet plugin="${prefix}/nodelets.xml"/>
</export>
Expand Down

0 comments on commit 55241ab

Please sign in to comment.