You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare appropriate dependency on image_transport in package.xml.
Maybe update the rosbag exclusions pattern from /ifcb/image to /ifcb/image(/.*)?
Maybe remap topics at the rosbridge node such that /ifcb/roi/image is remapped to /ifcb/roi/image/do_not_use. (The rtsp_camera remapping should probably also be done at the rosbridge node level.)
The text was updated successfully, but these errors were encountered:
Update topic names in IFCB node to publish compressed images as
/ifcb/image/compressed
and/ifcb/roi/image/compressed
respectively.Delete the custom
image_transport_node
and replace it with:Declare appropriate dependency on
image_transport
in package.xml.Maybe update the rosbag exclusions pattern from
/ifcb/image
to/ifcb/image(/.*)?
Maybe remap topics at the rosbridge node such that
/ifcb/roi/image
is remapped to/ifcb/roi/image/do_not_use
. (Thertsp_camera
remapping should probably also be done at the rosbridge node level.)The text was updated successfully, but these errors were encountered: