forked from ShiauweiZhao/multiple-sitl
-
Notifications
You must be signed in to change notification settings - Fork 0
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
korotkoves
committed
Dec 24, 2016
1 parent
1154c3a
commit b21f726
Showing
4 changed files
with
29 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
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### SET YOUR CONFIGURATION ### | ||
#gazebo server ip | ||
GAZEBO_MASTER_IP=... | ||
#our host ip | ||
GAZEBO_IP=... | ||
#path to sitl_gazebo models | ||
MODELS=... | ||
|
||
|
||
export GAZEBO_MODEL_PATH=${GAZEBO_MODEL_PATH}:$MODELS | ||
|
||
export GAZEBO_MASTER_IP | ||
export GAZEBO_MASTER_URI=$GAZEBO_MASTER_IP:11345 | ||
export GAZEBO_IP | ||
|
||
gzclient --verbose |
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
GAZEBO_MASTER_IP=127.0.0.1 | ||
GAZEBO_IP=127.0.0.1 | ||
GAZEBO=gazebo | ||
|
||
#in virtual machine or on separate network host | ||
#GAZEBO_MASTER_IP=EXT.ERN.AL.IP | ||
#GAZEBO=gzserver | ||
|
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