- Mar 19, 2017
- Mar 18, 2017
- Mar 16, 2017
-
-
dawehr authored
-
- Mar 15, 2017
- Mar 11, 2017
-
-
dawehr authored
-
- Mar 05, 2017
-
-
dawehr authored
-
- Mar 03, 2017
- Feb 22, 2017
-
-
dawehr authored
Increased max pitch/roll angle and maximum output from rate controllers. removed comment from log file being dumped.
-
- Feb 12, 2017
-
-
dawehr authored
Shuffled around #include dependencies to allow the control algorithm diagram to be generated without copying code out of control_algorithm.c
-
- Feb 10, 2017
-
-
Jake Drahos authored
Revert "Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid"" This reverts commit b9292f1c. Yes, this is a revert-revert. Brendan broke all the things.
-
- Jan 29, 2017
-
-
dawehr authored
- removed every use of the "subtype" term - made the "type" term 16 bits - made sure that every reference to a message type is 16 bits and used correctly - simplified commands enum names - implemented setcontrol callback function that switch on the controller and P, I, D, setpoint value to be set and then set them - partly implemented getcontrol callback function - NOTE: setpoint is a double. this causes some problems.. - TODO: add setpoints for rate controllers - TODO: figure out what message ID I should send back when I get a getpid command
-
- 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
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
-
- Jan 20, 2017
-
-
ucart@co3050-12 authored
Integrated changes from comm_dev (interrupt-driven UART) and updated code to work well with the new style. Compiles, but have not tested running yet.
-
- Oct 18, 2016
-
-
javey authored
-
- Oct 17, 2016
-
-
dawehr authored
-