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

Visualizing an elevation map in RVIZ

asked 2011-10-19 12:51:19 -0500

venkat gravatar image

Hi,

I currently have an aerial image of a large terrain and its elevation map, which gives the height of every pixel in the image. I would like to know if there is a way in RVIZ to visualize the image in 3D using the data from the elevation map. The 3D visualization could be such that the original 2D image is seen when one looks at it top-down and the remaining portions (for instance, the side faces of buildings in the image) just have some interpolated values. It would be great if someone can suggest a way to do this.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2011-10-19 20:21:40 -0500

updated 2011-10-19 20:22:07 -0500

Alternatively you could use Blender to create a mesh from the elevation map (see here) and export that with the Blender->Ogre exporter. That way you should be able to load that into rviz.

edit flag offensive delete link more

Comments

This seems like a better solution.
joq gravatar image joq  ( 2011-10-20 01:49:52 -0500 )edit
0

answered 2011-10-19 15:19:55 -0500

joq gravatar image

You could create a PointCloud2 from the map and visualize that.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-10-19 12:51:19 -0500

Seen: 1,613 times

Last updated: Oct 19 '11