-
Notifications
You must be signed in to change notification settings - Fork 24
MultipleMachines
AutoModelCar edited this page Oct 25, 2016
·
3 revisions
Running ROS in Multiple Machines
First Connect to the host Wifi (WLAN) at first. (Username:ROS, Password: elfmeter)
If you want to run the codes on your local machine and publish and subscribe the topics on the local machine, you need to set "ROS_MASTER_URI" to the IP of the model car, and "ROS_IP" and "ROS_HOSTNAME" to the IP of your local machine. For example the IP of the model car is 192.168.43.112 , and your local IP is 192.168.43.189. Then export the lines below in the terminal:
export ROS_MASTER_URI=http://192.168.43.112:11311
export ROS_IP=192.168.43.189
export ROS_HOSTNAME=192.168.43.189
Then you can launch your codes in your computer while using roscore in the modelcar.
$ roslaunch test_model_car publish_light.launch
Dahlem Center for Machine Learning & Robotics, Freie Universität Berlin
- Home
- Android App
- Autostart
- Bag file Samples
- Compile ROS Packages
- Compile Arduino from Odroid
- Connect to the Odroid
- Cross compile
- Install ROS indigo
- Multiple Machines
- Navigation
- Network
- Visualize Model car's sensor data
- Web Control Center
- Hardware
- Basic Packages version 1.1
- Flashing the eMMC
- Arduino MAIN v1
- Compile Realsense Camera Library
- Patch for Model Car
- Hardware (AutoNOMOS Model v2)
- Basic Packages (AutoNOMOS Model v2)
- Flashing the eMMC (AutoNOMOS Model v2)
- Getting started (AutoNOMOS Model v2)
- Arduino MAIN (AutoNOMOS Model v2)
- Hardware (AutoNOMOS Model v3)
- Basic Packages (AutoNOMOS Model v3)
- Arduino MAIN v3
- Flashing the eMMC (AutoNOMOS Model v3)
- Patch for Realsense IR/Depth Images (AutoNOMOS Model v3)