- Jan 28, 2017
-
-
dawehr authored
- Added a comment saying that we may not need the ID parameter on the MessageType Struct anymore. - Removed calls of the nature: "MessageTypes[TYPE_ID].ID" and replaced them with "TYPE_ID" because it is the same thing.. - Added function comments in callbacks.c - Simplified the callbacks.c by having a more generic setval, getval, respval callback function instead of a billion of them for each PID value.
-
dawehr authored
also added some more comments in both files
-
dawehr authored
there is now no such thing as a message sub type. There is only a message type. this simplifies the commands struct greatly. the commands.c file was aprox 1400 lines and now it is about 150...
-
dawehr authored
-
dawehr authored
-
- Jan 27, 2017
-
-
jpbush authored
-
jpbush authored
There are still more changes needed to have full functionality
-
jpbush authored
latitude functions are now y, and longitude functions are now x instead. I also recognize that setting an actual lat, lon set point in the future may be useful so I have retained those functions.
-
dawehr authored
-
dawehr authored
It now works on the quadcopter. Messages weren't being processed in protection loop before
-
- Jan 25, 2017
-
-
dawehr authored
-
dawehr authored
-
bbartels authored
- The regression test let to a refactor for the circ buffer
-
bbartels authored
-
bbartels authored
currently one test is failing
-
dawehr authored
Fixed issue with printf() hanging. Removed all printfs(). Don't use them! Fixed issue with mismatched checksums not getting consumed
-
- Jan 24, 2017
-
-
dawehr authored
Callbacks seem to be working now. Response packet is not sending correctly?
-
dawehr authored
-
dawehr authored
-
Jake Drahos authored
-
dawehr authored
-
dawehr authored
Symlinked commands.c/h from groundstation Adapted callbacks.h/cb_default Put callbacks in callbacks.c
-
dawehr authored
-
dawehr authored
Conflicts: quad/.gitignore quad/sw/modular_quad_pid/.cproject
-
dawehr authored
-
Jake Drahos authored
-
Jake Drahos authored
-
Jake Drahos authored
Height, Lat, and Long.
-
Jake Drahos authored
It's portable between quad and groundstation.
-
bbartels authored
-
burneykb authored
-
burneykb authored
-
burneykb authored
-
burneykb authored
-
- Jan 23, 2017