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

Revision history [back]

click to hide/show revision 1
initial version

The problem is likely in PublishOccupancyMap.java The frame_id for the occupancy grid has been set to /world in line 72. You might have to change all your references to /map frame to /world instead. (Or go through all the nxt_lejos_map_server codes to check for references to /world and change to /map)