ROS Multiprocessor Setup

From wikidb
Revision as of 18:32, 23 December 2015 by Edc (Talk | contribs)

Jump to: navigation, search

Asus Slave

 hostname
     adams

NUC Master

 hostname
     hood

Network Setup

Reference

Name resolution failed at first on Adams. Fixed by using Linux Wireless instructions.

Multiple Machine Setup

Reference

Test Run

Test using tutorial material.

In hood terminal one.

 roscore

In terminal two.

 ROS_MASTER_URI=http://hood:11311
 rosrun rospy_tutorials listener.py

In adams terminal

 OS_MASTER_URI=http://hood:11311
 rosrun rospy_tutorials talker.py

Results were hello world on adams and heard hellow world on hood.