Skip to content
Snippets Groups Projects
  • dawehr's avatar
    19fedcae
    - Made continuity changes throughout code base to match the new commands.c/h · 19fedcae
    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
    19fedcae
    History
    - Made continuity changes throughout code base to match the new commands.c/h
    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