- Apr 22, 2017
-
-
dawehr authored
-
- Apr 21, 2017
-
-
dawehr authored
-
- Apr 19, 2017
-
- Apr 15, 2017
-
-
bbartels authored
- use shared memory instead of fifos for most I/O - re-enable functional tests
-
- Apr 14, 2017
-
- Apr 12, 2017
-
-
dawehr authored
Allowing throttle to be down during autonomous.
-
- Apr 07, 2017
-
-
dawehr authored
-
- Mar 30, 2017
-
-
bbartels authored
- uses virtual quad
-
- Mar 18, 2017
-
-
dawehr authored
-
- Mar 15, 2017
-
- Mar 03, 2017
- Feb 25, 2017
-
- Feb 23, 2017
-
-
dawehr authored
-
- Feb 19, 2017
-
-
dawehr authored
Allowed values to be set before Gear switch. Re-enabled x/y controllers and made throttle manual for autonomous mode.
-
- Feb 17, 2017
-
- 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
-
dawehr authored
-
dawehr authored
Added ability to get/set PID constants. Passes regression tests, and is backwards-compatible. Does not support setpoints, because they will be set via a different interface
-
- 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
-
- Jan 27, 2017
-
-
dawehr authored
It now works on the quadcopter. Messages weren't being processed in protection loop before
- Jan 21, 2017
- 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
-