forked from nasa/astrobee
-
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.
First release of Astrobee Robot Software v1.
- Loading branch information
Ted Morse
committed
Aug 31, 2017
0 parents
commit aca386a
Showing
2,100 changed files
with
719,599 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,102 @@ | ||
##---------------------------------------------------------------- | ||
## Free Flyer .gitignore. Determines file types for GIT to ignore | ||
##--------------------------------------------------------------- | ||
|
||
.astrobee_repo | ||
*.bag | ||
|
||
# Documents currently open in windows | ||
*.autosave | ||
*.asv | ||
*~ | ||
|
||
# Simulink Project Folder | ||
*.mexw64 | ||
*.mexa64 | ||
*.mexmaci64 | ||
*.dmr | ||
slprj/ | ||
|
||
# Operating System Auto-generated Files | ||
*.DS_Store | ||
|
||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.exe | ||
*.out | ||
*.app | ||
|
||
# Emacs temporary | ||
|
||
# ViM swap files | ||
*.swp | ||
*.swo | ||
|
||
# Precompile python | ||
*.pyc | ||
|
||
Vagrantfile.local | ||
|
||
# Folders that probably shouldn't be checked in | ||
install | ||
.vagrant | ||
|
||
build | ||
arm_build | ||
arm_build_release | ||
arm_build_debug | ||
armhf | ||
build_native | ||
data | ||
doc/html | ||
doc/latex | ||
|
||
# dds config files, they are maintained in the astrobee common submodule | ||
astrobee/config/dds | ||
|
||
#zones bin | ||
astrobee/zones/*.bin | ||
astrobee/freeflyer/*.bin | ||
/freeflyer.sublime-project | ||
/freeflyer.sublime-workspace | ||
/simulation/iss-description | ||
/simulation/granite-description | ||
|
||
# catkin | ||
/.catkin_tools | ||
/*-build | ||
/*-devel | ||
/*-install | ||
/*-rootfs | ||
/*-kernel | ||
/*-logs | ||
/qped.sublime-workspace | ||
*.egg | ||
*.egg-info | ||
|
||
# Tags & config | ||
tags | ||
.ctags |
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,12 @@ | ||
[submodule "submodules/common"] | ||
path = submodules/common | ||
url = https://babelfish.arc.nasa.gov/git/astrobee_common | ||
[submodule "submodules/android"] | ||
path = submodules/android | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_android | ||
[submodule "submodules/avionics"] | ||
path = submodules/avionics | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_avionics | ||
[submodule "submodules/platform"] | ||
path = submodules/platform | ||
url = https://babelfish.arc.nasa.gov/git/freeflyer_platform |
Oops, something went wrong.