- Apr 15, 2017
-
- Apr 14, 2017
-
- Apr 13, 2017
-
-
dawehr authored
Moved yaw correction to its proper location (between velocity PID output and before pitch/roll PID input). Eliminated leftover graph_add_node_SpecificTypeHere() functions.
-
- Apr 08, 2017
-
-
dawehr authored
-
- Mar 15, 2017
-
- Feb 17, 2017
-
- 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 16eb40ff. 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 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
-