Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
ROS2-compatibility optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1309 committed Oct 23, 2019
1 parent cdbbb01 commit 9a3bcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ find_package(Boost REQUIRED COMPONENTS system thread)

find_package(ament_cmake REQUIRED)
find_package(Boost REQUIRED COMPONENTS system thread)
find_package(diagnostic_updater REQUIRED)
# find_package(diagnostic_updater REQUIRED)
find_package(rclcpp REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(std_msgs REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sick_scan2</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description>
A ROS2 driver for the SICK TiM series of laser scanners.
This package is based on the sick_scan-Repository.
Expand Down

0 comments on commit 9a3bcfb

Please sign in to comment.