Skip to content

Commit

Permalink
Remove traces of rcutils
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
  • Loading branch information
sloretz committed Jan 20, 2022
1 parent 8d1d513 commit 9926f09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ add_library(DepthImageToLaserScanROS
target_link_libraries(DepthImageToLaserScanROS PUBLIC
rclcpp::rclcpp)
target_link_libraries(DepthImageToLaserScanROS PRIVATE
rcutils::rcutils
rclcpp_components::component)

target_link_libraries(DepthImageToLaserScanROS PUBLIC
Expand Down
1 change: 0 additions & 1 deletion src/DepthImageToLaserScanROS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

#include <rclcpp/rclcpp.hpp>
#include <rclcpp_components/register_node_macro.hpp>
#include <rcutils/logging_macros.h>
#include <sensor_msgs/msg/camera_info.hpp>
#include <sensor_msgs/msg/image.hpp>
#include <sensor_msgs/msg/laser_scan.hpp>
Expand Down

0 comments on commit 9926f09

Please sign in to comment.