Where in the source code is what assigns the rc in to the flight mode? I can see in the comments of the mode what pwm is set to that channel but cant find where the actual pwm value is encoded.
I need to make a pixhawk accept 10 separate RC channels. 3 axis flight, 3 axis gimbal, flight mode, zoom, landing gear, and a panic button. I have also created the zoom function in the pixhawk but need to find how to set the channel for it in the mis
I have a program for an Arduino pro mini that converts pwm to a serial code that controls a camera. I need to get that same output from the telem2 port on a pixhawk. I am having difficulty locating the section of code that will write serial control d
I'm trying to find the particular piece of code that controls input for a gimbal. What I need is the pan tilt roll and zoom inputs and the particular variable that they update. This is for a hexacopter using a Pixhawk. What I am trying to accomplish