I am working on a project with a small USV (Unmanned Surface Vehicle) that has 2 propellers, and I am trying to customize ArduPilot to control the motors. However, I cannot find the AP_MotorUGV
file in the AP_Motors
folder, even though I believe this file is necessary for controlling the motors for my USV.
I have updated the source code from GitHub and found files such as AP_MotorsSingle.cpp
and AP_MotorsMatrix.cpp
, but I’m not sure if they are suitable for my 2-propeller system.
The version of ArduPilot I am using is the latest from the master
branch.
Question: Is there any file that replaces AP_MotorUGV
in ArduPilot that I can use to control the motors for my 2-propeller USV?
Steps Taken: Updated the source code and searched for files in the AP_Motors
folder.