Read occupancy grid message
returns an map
= readOccupancyGrid(msg
)occupancyMap
object by reading the data
inside a ROS message, msg
, which must be a
'nav_msgs/OccupancyGrid'
message. All message data values are
converted to probabilities from 0 to 1. The unknown values (-1) in the message are
set as 0.5 in the map.
binaryOccupancyMap
| occupancyMap
| readBinaryOccupancyGrid
| writeBinaryOccupancyGrid
| OccupancyGrid
(ROS Toolbox)