Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Video feed does not show (part 2) #77

@pascalpm

Description

@pascalpm

This 'issue' (related to Teleop)has been raised before, Moving the robot around works great, however the video feed is not showing.
Managed to publish the correct topic name '/compressed_image' by adding the following line to rgb.launch.xml ( section):
remap from="$(arg rgb)/image_color/compressed" to="/compressed_image"

As shown below the node successfully publishes 'compressed_image' and the android app successfully subscribes to it:

$ rostopic info /compressed_image
Type: sensor_msgs/CompressedImage

__Publishers:

__Subscribers:

However, no video feed is shown on the android (Nexus 7 with Android version 4.4.4).
Anyone has an idea what is going wrong here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions