Difference between revisions of "ROS Multiprocessor Setup"

From wikidb
Jump to: navigation, search
(Setup)
(Test Run)
Line 25: Line 25:
 
=== Test Run ===
 
=== Test Run ===
  
Test
+
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.

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

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

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