ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

rviz publish camera

asked 2013-03-29 05:59:28 -0500

noe_vb gravatar image

updated 2014-01-28 17:15:58 -0500

ngrennan gravatar image

I'm using rviz to visualise the images from a camera [sensor_msgs/Image] and some markers [visualization_msgs/Marker] and grids. That's working fine and gives me exactly the view I want to have.

Now I would like to have this camerastream with markers published as one [sensor_msgs/Image]. This is going to be transmitted to an Android tablet, so I want all the information compressed in just a camerastream.

Is there a simple way to do it?

Thank you!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-03-29 11:56:23 -0500

BlackManta gravatar image

If you have ros running on your tablet, you could run rviz from your tablet and subscribe to the appropriate topics. (Assuming you don't need it on the robot if you have a tablet).

That would probably be the easiest way in theory (tablets can be a pain).

If you just want the video for presentation I suggest using a screen capture and just grabbing the stream and sending it to a video file.

edit flag offensive delete link more

Comments

rviz is a visualization tool it is not designed to publish anything.

tfoote gravatar image tfoote  ( 2013-05-06 15:00:59 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-03-29 05:59:28 -0500

Seen: 424 times

Last updated: Mar 29 '13