Ubuntu Workstation in Virtualbox, Problem resolving IP for Turtlebot [closed]
Hi all,
I have a virtual machine with Ubuntu 10.04. I have the diamonback turtlebot desktop setup. I have followed the instructions on how to setup the network via the tutorial.
I get the following when I run the bringup on the Turtlebot and roscore on the workstation.
Unable to contact my own server at [http://192.168.1.102:49606/]. This usually means that the network is not configured properly.
A common cause is that the machine cannot ping itself. Please check for errors by running:
ping 192.168.1.102
For more tips, please see
http://www.ros.org/wiki/ROS/NetworkSetup
From what I can guess, I don't think the routing is correct. I have a access point, that I connect the workstation to, and the Turtlebot to. The Turtlebot's IP is 192.168.1.102, and the IP of Ubuntu in VM is 10.0.2.15 (something internal to the VM I guess). My workstation in this case is a Macbook Pro running OSX. Can someone give me some pointers, on how I should possibly be setting up my network configuration to allow visibility?