RoPod/Tutorials/ConnectingToRobot: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(Created page with 'Go to you bashrc (cd to ~) and add the following lines at the bottom: <pre> alias sshpico="ssh ropod@192.168.44.81" alias pico-core='export ROS_MASTER_URI=http://192.168.44.81:1…')
(No difference)

Revision as of 13:14, 17 July 2017

Go to you bashrc (cd to ~) and add the following lines at the bottom:

alias sshpico="ssh ropod@192.168.44.81"
alias pico-core='export ROS_MASTER_URI=http://192.168.44.81:11311'

close the terminal and open a new one (such that the commands you just added when a new terminal is opened)