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

Automatic loading of a ROS launch file

asked 2012-01-26 04:48:56 -0500

Rasoul gravatar image

updated 2012-01-26 04:49:38 -0500

I would like to configure my Ubuntu 11.04 such that it automatically boot into console (instead of graphical interface) and then run a ROS launch file. Any idea how to do that?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-01-26 07:39:18 -0500

DimitriProsser gravatar image

If you want to disable Ubuntu's GUI, you can follow these steps:

Edit "/etc/init/gdm.conf" and comment out the following lines:

 start on (filesystem
           and started hal
           and tty-device-added KERNEL=tty7
           and (graphics-device-added or stopped udevtrigger))

so that they look like this:

#start on (filesystem
#          and started hal
#          and tty-device-added KERNEL=tty7
#          and (graphics-device-added or stopped udevtrigger))

As far as autoboot of roslaunch, I've demonstrated that in my answer to this question. Have a look.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-01-26 04:48:56 -0500

Seen: 684 times

Last updated: Jan 26 '12