Skip to content
Snippets Groups Projects
  1. Feb 11, 2017
  2. Feb 10, 2017
  3. Feb 06, 2017
  4. Feb 05, 2017
  5. Feb 03, 2017
  6. Feb 01, 2017
  7. Jan 31, 2017
  8. Jan 30, 2017
  9. Jan 29, 2017
    • dawehr's avatar
      added the datatype parameter back into MessageType struct in commands.h... · c24d94c2
      dawehr authored
      added the datatype parameter back into MessageType struct in commands.h because Jake actually does need it.
      c24d94c2
    • dawehr's avatar
      Merge branch 'master' into commands-dev · b3672bd2
      dawehr authored
      Conflicts:
      	groundStation/src/backend/commands.c
      	quad/sw/modular_quad_pid/src/callbacks.c
      	quad/sw/modular_quad_pid/src/initialize_components.c
      b3672bd2
    • dawehr's avatar
      removed the "data_type" struct from commands.h. · 6be28c5d
      dawehr authored
      - removed the "ID", datatype parameters from MessateType struct in commands.h
      - made equivalent changes in commands.c
      6be28c5d
    • dawehr's avatar
      - Made continuity changes throughout code base to match the new commands.c/h · ee97f3e0
      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
      ee97f3e0
  10. Jan 28, 2017
  11. Jan 27, 2017
Loading