Unable to load map using amcl in Turtlebot Indigo
Hi,
I am trying to implement autonomous navigation using Kinect 1517 in Turtlebot 2. I use source installation of Indigo on Ubuntu 14.04 on Asus X200CA Notebook PC.
First I create a map using the tutorial link text.
Then I follow this tutorial for autonomous navigation link text.
I export my map as in the tutorial as export TURTLEBOT_MAP_FILE=/tmp/my_map.yaml
in Turtlebot. Then I launch roslaunch turtlebot_navigation amcl_demo.launch
in turtlebot and roslaunch turtlebot_rviz_launchers view_navigation.launch --screen
in workstation. However the rviz loads the Willow Garage map!!. When I do echo $TURTLEBOT_MAP_FILE
, in Turtlebot it shows
/tmp/my_map.yaml.
Can anybody help me what is wrong with my settings?
Thanks in advance.
Today I create another map in remote PC and manually copy yaml and pgm file to Turtlebot. Then I run amcl in Turtlebot;
After some time map-server will die and warn about timeout waiting.
Please help