-
- Downloads
vtol_att_control: consolidated standard parameters & fix usage of hrt_elapsed time
- standard vtol was implementing many custom parameters although they are generic and should be shared between the vtol types - removed heavy usage of hrt_elapsed_time() which is a system call and could be computationally expensive
Showing
- src/modules/vtol_att_control/standard.cpp 36 additions, 82 deletionssrc/modules/vtol_att_control/standard.cpp
- src/modules/vtol_att_control/standard.h 2 additions, 20 deletionssrc/modules/vtol_att_control/standard.h
- src/modules/vtol_att_control/standard_params.c 4 additions, 16 deletionssrc/modules/vtol_att_control/standard_params.c
- src/modules/vtol_att_control/vtol_att_control_main.cpp 22 additions, 0 deletionssrc/modules/vtol_att_control/vtol_att_control_main.cpp
- src/modules/vtol_att_control/vtol_att_control_main.h 9 additions, 0 deletionssrc/modules/vtol_att_control/vtol_att_control_main.h
- src/modules/vtol_att_control/vtol_att_control_params.c 30 additions, 0 deletionssrc/modules/vtol_att_control/vtol_att_control_params.c
- src/modules/vtol_att_control/vtol_type.h 9 additions, 0 deletionssrc/modules/vtol_att_control/vtol_type.h
Loading
Please register or sign in to comment