Hi everyone,
I’m working on an amphibious rover project and need some help with configuring mode switching between land and water operations. Here’s a brief overview of my setup:
- Motors for Land: Four motors connected to a motor driver using skid-steering.
- Propulsion for Water: Two propellers connected to separate ESCs.
- Flight Controller: CubePilot Orange.
- Transmitter: RadioMaster TX16S.
What I’m looking to achieve:
I’d like to configure my transmitter to switch between land and water modes. Specifically, I want to kill the signals to the land motors when in water mode and vice versa, using a transmitter switch (e.g., a two- or three-position switch). This would prevent the motors from receiving unnecessary or conflicting commands when not in use.
Questions:
- Can this be configured directly in ArduPilot parameters, perhaps using servo outputs or auxiliary functions?
- Can I map a specific transmitter switch on the TX16S to toggle between land and water signals?
- If anyone has done something similar, are there recommended parameters or scripting methods to achieve this?
Any guidance or links to documentation/tutorials would be greatly appreciated!
Thanks in advance for your help!