vmount: add mount and ROI implementation
MavLink spec implementation implemented vehicle_roi topic rename old gimbal to rc_gimbal little changes corrected RC Gimbal group Starting ROI implementation in commander implementation done, needs to be tested uhm.. add todo Change to float32 for x,y and z remove mission topic again, not needed change roi coordinates to lat, lon and alt adjust to float64 starting mount implementation correcting small mistakes, compiles now add todos further progress implementing parameters adjust default parameters started implementation of mavlink fix typo change to lat, lon and alt fix typo :D change to double (to represent float64) add global_position_ add mount topic commander mount implementation done cleanup almost finished little fix codestyle fixes leave pitch at 0 degrees added pitch calculation codestyle changes Undo vehicle_mount, react to updated parameters, parsing of CMD_DO_MOUNT_* in mount.cpp start implementing mode override forgot a semikolon. add debug Finish implementation of mount override and manual control. fix codestyle correct cleanup rename to vmount works now fix rebase error fix polling refactoring and custom airframe for gimbal couple changes remove warnx almost done finally What is going on? change back to actuator_controls_2 working bump parameter version number and some clarification fix submodules
Showing
- ROMFS/px4fmu_common/init.d/10021_H4_680mm 26 additions, 0 deletionsROMFS/px4fmu_common/init.d/10021_H4_680mm
- ROMFS/px4fmu_common/init.d/4002_quad_x_mount 21 additions, 0 deletionsROMFS/px4fmu_common/init.d/4002_quad_x_mount
- ROMFS/px4fmu_common/mixers/mount.aux.mix 27 additions, 0 deletionsROMFS/px4fmu_common/mixers/mount.aux.mix
- cmake/configs/nuttx_mindpx-v2_default.cmake 1 addition, 1 deletioncmake/configs/nuttx_mindpx-v2_default.cmake
- cmake/configs/nuttx_px4fmu-v1_default.cmake 2 additions, 1 deletioncmake/configs/nuttx_px4fmu-v1_default.cmake
- cmake/configs/nuttx_px4fmu-v2_default.cmake 3 additions, 3 deletionscmake/configs/nuttx_px4fmu-v2_default.cmake
- cmake/configs/nuttx_px4fmu-v2_test.cmake 2 additions, 2 deletionscmake/configs/nuttx_px4fmu-v2_test.cmake
- cmake/configs/nuttx_px4fmu-v4_default.cmake 1 addition, 1 deletioncmake/configs/nuttx_px4fmu-v4_default.cmake
- cmake/configs/nuttx_tap-v1_default.cmake 1 addition, 0 deletionscmake/configs/nuttx_tap-v1_default.cmake
- msg/CMakeLists.txt 1 addition, 0 deletionsmsg/CMakeLists.txt
- msg/vehicle_command.msg 52 additions, 44 deletionsmsg/vehicle_command.msg
- msg/vehicle_roi.msg 15 additions, 0 deletionsmsg/vehicle_roi.msg
- src/drivers/gimbal/gimbal.cpp 0 additions, 704 deletionssrc/drivers/gimbal/gimbal.cpp
- src/drivers/gimbal/gimbal_params.c 0 additions, 74 deletionssrc/drivers/gimbal/gimbal_params.c
- src/drivers/vmount/CMakeLists.txt 9 additions, 6 deletionssrc/drivers/vmount/CMakeLists.txt
- src/drivers/vmount/vmount.cpp 692 additions, 0 deletionssrc/drivers/vmount/vmount.cpp
- src/drivers/vmount/vmount_mavlink.cpp 178 additions, 0 deletionssrc/drivers/vmount/vmount_mavlink.cpp
- src/drivers/vmount/vmount_mavlink.h 56 additions, 0 deletionssrc/drivers/vmount/vmount_mavlink.h
- src/drivers/vmount/vmount_onboard.cpp 193 additions, 0 deletionssrc/drivers/vmount/vmount_onboard.cpp
- src/drivers/vmount/vmount_onboard.h 59 additions, 0 deletionssrc/drivers/vmount/vmount_onboard.h
Loading
Please register or sign in to comment