Commits on Source (16)
-
sobolevn authored
-
sobolevn authored
-
sobolevn authored
-
sobolevn authored
-
Jake Drahos authored
Version 1.0.0, initial
-
Jake Drahos authored
-
Jake Drahos authored
-
dawehr authored
-
ericm authored
-
ericm authored
-
dawehr authored
-
dawehr authored
-
dawehr authored
-
javey authored
-
bbartels authored
-
bbartels authored
Also stop committing Debug c object files
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- Readme.md 0 additions, 1 deletionReadme.md
- groundStation/.gitignore 44 additions, 0 deletionsgroundStation/.gitignore
- groundStation/Makefile 76 additions, 0 deletionsgroundStation/Makefile
- groundStation/README.md 63 additions, 0 deletionsgroundStation/README.md
- groundStation/src/backend/backend.c 773 additions, 0 deletionsgroundStation/src/backend/backend.c
- groundStation/src/backend/commands.c 1150 additions, 0 deletionsgroundStation/src/backend/commands.c
- groundStation/src/backend/commands.h 105 additions, 0 deletionsgroundStation/src/backend/commands.h
- groundStation/src/backend/communication.c 271 additions, 0 deletionsgroundStation/src/backend/communication.c
- groundStation/src/backend/communication.h 19 additions, 0 deletionsgroundStation/src/backend/communication.h
- groundStation/src/backend/config.h 20 additions, 0 deletionsgroundStation/src/backend/config.h
- groundStation/src/backend/logger.c 108 additions, 0 deletionsgroundStation/src/backend/logger.c
- groundStation/src/backend/logger.h 21 additions, 0 deletionsgroundStation/src/backend/logger.h
- groundStation/src/backend/old_main.cold 73 additions, 0 deletionsgroundStation/src/backend/old_main.cold
- groundStation/src/backend/type_def.h 361 additions, 0 deletionsgroundStation/src/backend/type_def.h
- groundStation/src/backend/vrpn_tracker.cpp 178 additions, 0 deletionsgroundStation/src/backend/vrpn_tracker.cpp
- groundStation/src/backend/vrpn_tracker.hpp 100 additions, 0 deletionsgroundStation/src/backend/vrpn_tracker.hpp
- groundStation/src/cli/cli.c 53 additions, 0 deletionsgroundStation/src/cli/cli.c
- groundStation/src/cli/cli.h 32 additions, 0 deletionsgroundStation/src/cli/cli.h
- groundStation/src/cli/cli_getimu.h 9 additions, 0 deletionsgroundStation/src/cli/cli_getimu.h
.gitignore
0 → 100644
Readme.md
deleted
100644 → 0
groundStation/.gitignore
0 → 100644
groundStation/Makefile
0 → 100644
groundStation/README.md
0 → 100644
groundStation/src/backend/backend.c
0 → 100644
This diff is collapsed.
groundStation/src/backend/commands.c
0 → 100644
This diff is collapsed.
groundStation/src/backend/commands.h
0 → 100644
groundStation/src/backend/communication.c
0 → 100644
groundStation/src/backend/communication.h
0 → 100644
groundStation/src/backend/config.h
0 → 100644
groundStation/src/backend/logger.c
0 → 100644
groundStation/src/backend/logger.h
0 → 100644
groundStation/src/backend/old_main.cold
0 → 100644
groundStation/src/backend/type_def.h
0 → 100644
groundStation/src/backend/vrpn_tracker.cpp
0 → 100644
groundStation/src/backend/vrpn_tracker.hpp
0 → 100644
groundStation/src/cli/cli.c
0 → 100644
groundStation/src/cli/cli.h
0 → 100644
groundStation/src/cli/cli_getimu.h
0 → 100644