- 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
-
-
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
-
- Jan 27, 2017
-
-
jpbush authored
-
- Jan 24, 2017
-
-
burneykb authored
-
Jake Drahos authored
It's portable between quad and groundstation.
-
- Dec 03, 2016
-
-
Jake Drahos authored
-
bbartels 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
-