Displaying a ground image in rviz?
I have an aerial image over an experimental area. What is the best way to show that image on the ground in rviz?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I have an aerial image over an experimental area. What is the best way to show that image on the ground in rviz?
Unfortunately I haven't seen such a DisplayType yet. Two ideas:
Asked: 2013-05-19 01:59:16 -0600
Seen: 1,253 times
Last updated: May 21 '13
How to visualize surface normals as Marker::Arrow for each point in rviz?
Corrected Odometry from GMapping / Karto?
Visualizing continuous and revolute joint types in rviz
How to add Kinect sensor input to a URDF model?
Has there been progress for URDF transform jitter in RVIZ?
Starting rviz, failed to initialize ogre, cannot find RenderSystem_GL.so
rviz installation issues on 64bit snow-leopard using ROS Diamondback
pioneer 3dx simulation using rviz and stage
How can I visualize covariance data using ROS tools?
std_msgs/ColorRGBA[].displaying different color for each point
Can u elaborate the question..
Well. Suppose I have an jpg image. How do I display it in the XY plane at X=0. I know that I can build an robot model and doing a mesh that uses the image as a texture and so on. But that seems to me to complicated... Especially since I cannot get mesh files with textures to work.
If it's grayscale, you could send it via an OccupancyGrid message and show it via the Map display.