Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow image_transport conventions #28

Open
5 tasks
rgov opened this issue Sep 15, 2023 · 0 comments
Open
5 tasks

Follow image_transport conventions #28

rgov opened this issue Sep 15, 2023 · 0 comments
Assignees

Comments

@rgov
Copy link
Member

rgov commented Sep 15, 2023

  • 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:

    <node pkg="image_transport" type="republish" name="image_republisher" args="compressed raw">
        <remap from="in" to="/ifcb/roi/image" />
        <remap from="out" to="/ifcb/roi/image" />
    </node>
    
  • 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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants