Mav_cmd_request_message

Hey there!

Im working on integrating a visual gimbal system using QGroundControl as a ground station and MAVLink-router as communication link and mavgen library for the gimbal manager with SYSTEM_ID MAV_COMP_ID_GIMBAL. Last but not least Pixhawk is being used as well. Communication is achieved and heartbeat is sent from QGC to gimbal manager and vice versa. According to Gimbal protocol, for the discovery of the gimbal manager, GGC should initially send MAV_CMD_REQUEST_MESSAGE to the gimbal manager, but unfortunately it does not. I assume QGC detect the gimbal manager but it does not identify it as a gimbal manager. Is there a way to send MAV_CMD_REQUEST_MESSAGE from QGC to the gimbal manager ?

Thanks for your time