Skip to content

Commit

Permalink
update rosbot connections
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervDooren authored Apr 9, 2024
1 parent 646fc60 commit 80d4b07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ then

alias define-map='rosrun map_server map_server'
else
alias sshbobo='ssh -A -X husarion@192.168.1.5'
alias sshcoco='ssh -A -X husarion@192.168.1.4'
alias sshbobo='ssh -A -X husarion@bobo.local'
alias sshcoco='ssh -A -X husarion@coco.local'
alias sshhero='ssh -A -X [email protected]'
alias bobo-core='export ROS_MASTER_URI=http://192.168.1.5:11311'
alias coco-core='export ROS_MASTER_URI=http://192.168.1.4:11311'
alias bobo-core='export ROS_MASTER_URI=http://10.0.0.5:11311'
alias coco-core='export ROS_MASTER_URI=http://10.0.0.4:11311'
alias hero-core='export ROS_MASTER_URI=http://192.168.44.51:11311'
alias mrc-sim='rosrun emc_simulator simulator'
alias sim-rviz='roslaunch emc_simulator viz.launch'
Expand Down

0 comments on commit 80d4b07

Please sign in to comment.