Start Turtlebot
Hello I'm Korean Student. So I cannot speak English very well. Please excuse me..
I want to setup turtlebot.. so i did do this page step by step.
http://ros.org/wiki/Robots/TurtleBot/Robot%20Setup
http://ros.org/wiki/Robots/TurtleBot/SDK%20Setup
http://ros.org/wiki/Robots/TurtleBot/Network%20Setup
Complete..
And I connect my netbook to Turtlebot.
And Enter the command "roscore" -> (another terminal) "sudo service turtlebot start"
and I see the message "service start pid : 123" like this..
but When i enter the command "rostopic list", the message is just "/ros" and "/ros_arg" like this..
i mean that service of turtlebot cannot start..
i don't know why.. please help me t.t
My netbook is Asus ZX6
Does the command "sudo service turtlebot start" display any errors?
No.. "turtlebot start/running. process 1355" But when i enter the commane "sudo service turtlebot start" one more, "turtlebot start/running. process 1515" and i check list using the command "rostopic list" terminal shows that "ERROR: Unable to communicate with master!"
Check that ros is running by running "ps -ef | grep ros" If ros is running, check to make sure that you have setup the network correctly.
Thanks.. when i enter the command "ps -ef | grep ros", i see the list "grep --color=auto ros" but.. when i enter the command "rostopic list", i see the message "ERROR: Unable to communicate with master!" t.t help me...
perhaps.. i cannot use turtlebot on Ubuntu 11.10 ?
You should see some other processes running, try "roslaunch turtlebot_bringup minimal.launch"
If that works, 'roscd turtlebot_bringup/upstart && sudo ./install.bash wlan0' should install the proper scripts in /etc. Replace wlan0 with the correct name for your wifi device. http://ros.org/wiki/Robots/TurtleBot/Robot%20Install#Configure_Upstart