Install ROS-fuerte-ros-common(Bare Bones) on robucar
Install ros-fuerte-desktop-full on the remote computer where you do your development work on.
Follow the instructions on ros.org at here.
Let's say we have two machines: robucar, and a remote computer called r1.
$ sudo apt-get install ros-fuerte-ros-tutorials
$ roscore
http://robucar:11311, so that all the ROS nodes on r1 will be connected to the roscore at http://robucar:11311$ export ROS_MASTER_URI=http://robucar:11311
$ rosrun rospy_tutorials talker.py
Start the "listener" node on r1.
$ rosrun rospy_tutorials listener.py
Set up the ROS overlay
Then
$ roscd
$ rosws set robucar_acm --svn https://svn.code.sf.net/p/acm-robucar/code/trunk
$ rosws update robucar_acm
$ source ./setup.bash
$ rosmake robucar_acm
Done.