Problem with Gmapping
I'm trying to use gmapping to create a map of my lab.
I'm using a NXT withLejos firmware, I checked that all the topic /tf, /odom and /scan are working well, but I get this error:
[ WARN] [1346231329.853649941]: MessageFilter [target=/odom ]: Dropped 100.00% of messages so far. Please turn the [ros.gmapping.message_notifier] rosconsole logger to DEBUG for more information.
The command I used to launch gmapping is:
rosrun gmapping slam_gmapping scan:=scan (/scan is the topic on which are published the message of type sensor_msgs::LaserScan)
Do this: Please turn the [ros.gmapping.message_notifier] rosconsole logger to DEBUG for more information.
The problem was that I called my frame /world and not /odom, now that i adopted the ROS Naming Convenction the warning message doesn't appear anymore