-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
646fc60
commit 80d4b07
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|