RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
Other
269 stars 187 forks source link

ros_compressed: Reconfigure compressed topic from request #96

Open sfalexrog opened 4 years ago

sfalexrog commented 4 years ago

This P/R adds handling of the following request parameters for ros_compressed topics:

The code in this P/R is written with the assumption that the /compressed image topic is published by compressed_image_transport and thus has the required reconfigurable parameters.

Note that this adds build-time and run-time dependencies on the dynamic_reconfigure package.