-
- Downloads
- Made continuity changes throughout code base to match the new commands.c/h
- 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
Showing
- groundStation/src/backend/commands.c 24 additions, 24 deletionsgroundStation/src/backend/commands.c
- groundStation/src/backend/commands.h 32 additions, 34 deletionsgroundStation/src/backend/commands.h
- quad/sw/modular_quad_pid/src/callbacks.c 241 additions, 17 deletionsquad/sw/modular_quad_pid/src/callbacks.c
- quad/sw/modular_quad_pid/src/initialize_components.c 1 addition, 1 deletionquad/sw/modular_quad_pid/src/initialize_components.c
- quad/sw/modular_quad_pid/src/log_data.c 2 additions, 2 deletionsquad/sw/modular_quad_pid/src/log_data.c
- quad/sw/modular_quad_pid/src/sensor.c 2 additions, 3 deletionsquad/sw/modular_quad_pid/src/sensor.c
- quad/sw/modular_quad_pid/src/type_def.h 2 additions, 2 deletionsquad/sw/modular_quad_pid/src/type_def.h
- quad/sw/modular_quad_pid/test/test_uart_buff.c 2 additions, 2 deletionsquad/sw/modular_quad_pid/test/test_uart_buff.c
Loading
Please register or sign in to comment