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

Visualize data during experiment: Gazebo/RVIZ [closed]

asked 2013-03-06 00:11:57 -0500

Claudio gravatar image

My current setup involves

  • 3 robots with pandaboards
  • a server with camera

The server handles the core and the absolute positioning software running off the camera which publishes the robots' transforms.

On a laptop I run RVIZ and am able to visualize position and orientation of the robots.

Now what I would like to do is visualize other things like:

  • walls
  • objects
  • objectives
  • other data

image description

I would like to visualize the walls (and floor) of the laboratory to get a decent picture, and I would really like a way to see the vectors I send the robots somehow or, having implemented a holonomic controller, I'd really like to see the control point move about in RVIZ to check if the robot is indeed doing what it's supposed to.

How can I achieve this? RVIZ seems limited in term of visualization, while GAZEBO seems suited for simulation but not visualization.

Any other option?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Claudio
close date 2013-03-20 01:40:31

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-03-06 01:10:17 -0500

There are a few options that you can look into:

  • You can use some of the built-in rviz display types like the Path, Polygon or Pose displays for a lot of data (for example representing walls by polygon lines)
  • Otherwise, the Marker display is intended for such tasks. It allows to easily use quite a few primitives and also supports displaying meshes (You could build arbitrary complex meshes using Blender and just display them as markers)
  • If these options do not offer what you'd like to have, you always have the option to write your own rviz visualization plugin. Some good examples of such plugins are part of MoveIt (Link to plugins).
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-03-06 00:11:57 -0500

Seen: 1,724 times

Last updated: Mar 06 '13