ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could transform your png to occupancy grid format and publish it. http://wiki.ros.org/rviz/DisplayTypes/Map
I think you are restricted to 3 colors (white, grey and black). But I don't know another way to do it.
2 | No.2 Revision |
You could transform your png to occupancy grid format and publish it. http://wiki.ros.org/rviz/DisplayTypes/Map
I think you are restricted to 3 colors grey values (white, grey and black). But I don't know another way to do it.
3 | No.3 Revision |
You could transform your png to occupancy grid format and publish it. http://wiki.ros.org/rviz/DisplayTypes/Map
I think you are restricted to 3 grey values (white, grey and black). But I don't know another way to do it.
UPDATE: Why not copy the image to a point cloud with the x, y and z coordinates set to lie in your plane?