From c3be9be6a5a671e999cec20e1252abea3ba4e353 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 18 Jul 2024 13:30:39 +1000 Subject: [PATCH] SITL: add instructions on testing simulated mavlink gimbal --- libraries/SITL/SIM_Gimbal.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries/SITL/SIM_Gimbal.h b/libraries/SITL/SIM_Gimbal.h index f77547af0105a9..e69c6f25916b33 100644 --- a/libraries/SITL/SIM_Gimbal.h +++ b/libraries/SITL/SIM_Gimbal.h @@ -14,6 +14,11 @@ */ /* gimbal simulator class + +./Tools/autotest/sim_vehicle.py -D -G -v ArduCopter --mavlink-gimbal +param set MNT1_TYPE 2 +param set RC6_OPTION 213 # MOUNT1_PITCH +rc 6 1818 # for neutral pitch input */ #pragma once