Skip to content

Commit 461ed11

Browse files
Merge pull request #14 from NVIDIA-ISAAC-ROS/hotfix-release-dp-2-1
Update sensor_msgs include path
2 parents 76fcea3 + fd55c0a commit 461ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isaac_ros_unet/src/unet_decoder_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <vector>
2525

2626
#include "rclcpp/rclcpp.hpp"
27-
#include "sensor_msgs/sensor_msgs/image_encodings.hpp"
27+
#include "sensor_msgs/image_encodings.hpp"
2828
#include "isaac_ros_nitros_image_type/nitros_image.hpp"
2929
#include "isaac_ros_nitros_tensor_list_type/nitros_tensor_list.hpp"
3030

0 commit comments

Comments
 (0)