Difference between revisions of "ROS Multiprocessor Setup"

From wikidb
Jump to: navigation, search
(Test Run)
(Test Run)
Line 38: Line 38:
 
In adams terminal
 
In adams terminal
  
   OS_MASTER_URI=http://hood:11311
+
   ROS_MASTER_URI=http://hood:11311
 
   rosrun rospy_tutorials talker.py
 
   rosrun rospy_tutorials talker.py
  
 
Results were hello world on adams and heard hellow world on hood.
 
Results were hello world on adams and heard hellow world on hood.

Revision as of 18:32, 23 December 2015

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

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

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