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

Turtlebot Start

asked 2012-01-11 20:56:40 -0500

osuairt gravatar image

Hi,

I am building my own Turtlebot, and I have started without the image provided on ros.org. There is mention of calling Turtlebot Start. This does not work. When looking for how to set it up, I am told that I should use the bash install and specify my wireless interface. What is happening there? Why do I need to do this?

Also, later, when I am performing gyro calibration, the two values go into the turtlebot.launch file. Are those values being used if I place them into /etc/ros/electric/turtlebot.launch or /turtlebot_bringup/upstart/turtlebot.launch?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-01-12 03:05:15 -0500

ahendrix gravatar image

The turtlebot install script sets up an upstart job that runs the basic turtlebot launch file when your wireless is connected.

If you don't do this install step, you should instead run roslaunch turtlebot_bringup minimal.launch to start your robot.

When you calibrate your gyro, the calibration settings should go into the launch file that you use to start your robot. On a normal turtlebot, this is /etc/ros/electric/turtlebot.launch

edit flag offensive delete link more

Comments

Thanks for getting back to me. But in my case I run "roslaunch turtlebot_bringup minimal.launch" where do I place the calibration values then?
osuairt gravatar image osuairt  ( 2012-01-12 21:32:35 -0500 )edit
calibration isn't supported with minimal.launch. you should either run the install script, put your calibration in /etc/ros/electric/turtlebot.launch, and use that to start your robot, or make your own copy of turtlebot.launch with the calibration and use that.
ahendrix gravatar image ahendrix  ( 2012-01-13 05:19:45 -0500 )edit

I've gone about trying to setup the upstart, but I get the following behavior. http://answers.ros.org/question/12933/turtlebot-upstart-install-failure, resulting in missing topics etc.

osuairt gravatar image osuairt  ( 2012-02-24 01:40:05 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-01-11 20:56:40 -0500

Seen: 491 times

Last updated: Jan 12 '12