Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 390 Bytes

remote_setup.md

File metadata and controls

18 lines (10 loc) · 390 Bytes

Host Remote Setup

Add these line to your ~/.bashrc

# uncomment this line for remote setup
#export ROS_MASTER_URI=http://192.168.1.100:11311
# uncomment this line for local setup
#export ROS_MASTER_URI=http://localhost:11311

source ~/.bashrc

source ~/.bashrc

Add this line to your /etc/hosts

192.168.1.100 SARA