gmapping_demo error [closed]
Hi!
I am currently trying to launch the gmapping_demo to create a map of my environment. I followed the tutorial on this site: http://learn.turtlebot.com/2015/02/01... when entering
roslaunch turtlebot_navigation gmapping_demo.launch
I am getting following output:
[ INFO] [1437049055.762867733]: Using plugin "static_layer"
[ INFO] [1437049055.815801397]: Requesting the map...
[ INFO] [1437049060.509653613]: Starting a 3s RGB and Depth stream flush.
[ INFO] [1437049060.509777595]: Opened 'Xbox NUI Camera' on bus 0:0 with serial number 'A70776X00323234A'
[ WARN] [1437049060.630193408]: Could not find any compatible depth output mode for 1. Falling back to default depth output mode 1.
[ INFO] [1437049060.640379538]: rgb_frame_id = 'camera_rgb_optical_frame'
[ INFO] [1437049060.640433374]: depth_frame_id = 'camera_depth_optical_frame'
[ WARN] [1437049060.654860199]: Camera calibration file /home/salocin/.ros/camera_info/rgb_A70776X00323234A.yaml not found.
[ WARN] [1437049060.654910970]: Using default parameters for RGB camera calibration.
[ WARN] [1437049060.654939422]: Camera calibration file /home/salocin/.ros/camera_info/depth_A70776X00323234A.yaml not found.
[ WARN] [1437049060.654959805]: Using default parameters for IR camera calibration.
[ERROR] [1437049061.648396666]: Scan message must contain angles from -x to x, i.e. angle_min = -angle_max
[ERROR] [1437049061.668047824]: Scan message must contain angles from -x to x, i.e. angle_min = -angle_max
before I get some warning but I think thats normal. I did the deb installation and everything else before that part of the instructions is working. The error runs in a loop. I tried to look it up in the internet but did not find anything. Does anyone have any ideas? Thanks!
EDIT: I updated the output code. Maybe the warning are more important than i thought? Should it work with default parameters? Still don't know how to solve this issue...
Duplicate of http://answers.ros.org/question/21084...
oh ok sry! Don't know why I didn't find that...
no worries ;-) the other answer had neither the tag turtlebot nor gmapping before.