Skip to content

Commit be02e1d

Browse files
author
ChuckEllison
committed
remove image_transport dependency from streamers
1 parent 19c7bb8 commit be02e1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ target_link_libraries(${PROJECT_NAME}_streamers
9999
${PROJECT_NAME}
100100
async_web_server_cpp::async_web_server_cpp
101101
cv_bridge::cv_bridge
102-
image_transport::image_transport
103102
pluginlib::pluginlib
104103
rclcpp::rclcpp
105104
${sensor_msgs_TARGETS}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This node provides HTTP streaming of ROS topics in various formats, making it ea
44

55
## Features
66

7-
- Subscribe to ROS topics in multiple format
7+
- Subscribe to ROS topics in multiple formats:
88
- image_transport
99

1010
- Stream ROS image topics over HTTP in multiple formats:
@@ -14,6 +14,7 @@ This node provides HTTP streaming of ROS topics in various formats, making it ea
1414
- H264 (MP4)
1515
- PNG streams
1616
- ROS compressed image streams
17+
1718
- Query snapshots of image topics in multiple formats:
1819
- JPEG
1920
- PNG

0 commit comments

Comments
 (0)