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,182 times
Last updated: May 21 '13
Visualize collada file on rviz [closed]
Changing Rviz item properties on-the-fly
problem with robot localization using amcl
Enabling gripper force using MoveIT (python) for franka panda
Rviz Version 1.9.34 Crashes [closed]
Lynxmotion AL5D arm interfacing with MoveIt
TF exception in openni_launch [closed]
Publish Joint_State with Python to RVIZ
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.