Ruoyu Tan's Discussions (7)

Sort by

fifty_hz_loop in ArduCopter 3.0

Hello,

I am sending throttle command to override RC input in ArduCopter 3.0. I have replaced every "g.rc_3.control_in" value with my customized throttle input in function update_throttle_mode() which is located at fifty_hz_loop().

When rotor is spinnin

Read more…

File Transfer Protocal in MAVLINK

Hello everyone,

I am trying to send customized data to my onboard computer from ground station. To avoid radio communication between ground station and onboard computer, I wish to send data to APM first and APM can re-send this data to the onboard com

Read more…