Skip to content

Commit

Permalink
First release of Astrobee Robot Software v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ted Morse committed Aug 31, 2017
0 parents commit aca386a
Show file tree
Hide file tree
Showing 2,100 changed files with 719,599 additions and 0 deletions.
102 changes: 102 additions & 0 deletions .gitignore
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
12 changes: 12 additions & 0 deletions .gitmodules
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
Loading

0 comments on commit aca386a

Please sign in to comment.