forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 1
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
8c59028
commit decdb88
Showing
4 changed files
with
6 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -15,3 +15,4 @@ | |
[submodule "external/PX4"] | ||
path = external/PX4 | ||
url = [email protected]:DISCOWER/PX4-Space-Systems.git | ||
branch = main |
Empty file.
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,4 @@ | ||
export GAZEBO_PLUGIN_PATH=$GAZEBO_PLUGIN_PATH:/src/astrobee/src/external/PX4/build/px4_sitl_default/build_gazebo-classic | ||
export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:/src/astrobee/src/external/PX4/Tools/simulation/gazebo-classic/sitl_gazebo-classic/models | ||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/src/astrobee/src/external/PX4/build/px4_sitl_default/build_gazebo-classic | ||
export PX4_ROOT=/src/astrobee/src/external/PX4 |
Submodule android
updated
66 files