- Feb 02, 2017
-
-
burneykb authored
-
- Feb 01, 2017
-
-
dawehr authored
- Realised that controller value may get confused with the actual value of the PID terms in the controller. To avoid this confusion in the future I have refactored things referencing the PID constant to now be called "control_parameter" - There are quite a few instances of variables that changed. - Sorry Jake
-
- Jan 30, 2017
-
-
dawehr authored
- added some comments in commands.c/h about usage of the file - added a MAX_CONTROLLER_ID and MAX_CONTROL_VAL_ID to the enums in commands.h - implemented cb_set_control in callbacks.c to work with the new parameter struct - changes the parameter_struct to now contain an array of pid_controllers instead of a bunch of random PID_t members - the new parameter_struct array can now be accessed by controller ID as defined in commands.h
-
- Jan 29, 2017
-
-
dawehr authored
added the datatype parameter back into MessageType struct in commands.h because Jake actually does need it.
-
Jake authored
-
dawehr authored
- removed the "ID", datatype parameters from MessateType struct in commands.h - made equivalent changes in commands.c
-
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
- Jan 27, 2017
-
-
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.
- Jan 24, 2017
-
-
Jake Drahos authored
-
Jake Drahos authored
-
Jake Drahos authored
Height, Lat, and Long.
-
Jake Drahos authored
It's portable between quad and groundstation.
-
- Dec 03, 2016
-
-
Jake Drahos authored
-
bbartels authored
-
- Dec 02, 2016
-
-
Jake Drahos authored
-
- Nov 29, 2016
- Nov 15, 2016
-
-
burneykb authored
-
- Nov 07, 2016
-
-
burneykb authored
-
- Oct 29, 2016
-
-
burneykb authored
-
- Oct 17, 2016
-
-
Jake Drahos authored
-
- Oct 11, 2016
-
-
Jake Drahos authored
Was done by copying files, rather than a merge. This nuked the commit history.
-
burneykb authored
-
burneykb authored
-