I use the AMC 2.0.2 to configure a pixhawk 6c with Dshot ESC on the AUX out 9-12. But in the very first stage of the AMC (where you tell it the hw etc.) I do not see the option for it. Am i missing something? Should i ignore and set it (servon …) from the esc page?
Besides the regression fixes in the new versions, these are some ways to speed up software start:
Speed up software start
To speed up the startup of the ArduPilot methodic configurator, consider the following tips, presented from most to least effective:
All of these can be either added in the command line as a parameter, or in the “properties > link > target” of the desktop icon.
--device <devicename> this explicitly connects to <devicename> skipping the autodetection process.
--vehicle-dir <vehicle-directory> this explicitly looks for project files in <vehicle-directory> saving you the trouble to
manually select it in the GUI.
--skip-component-editor if you do not need to change the components and connections of your vehicle, this will skip the
component and connection editor window.
--n <number> this will skip directly to step number <number> so that you do not need to skip the previous steps
--skip-check-for-updates this saves very little time on startup, but you can skip it using this.
Pro tip: create multiple desktop icons, each one with a different project and or configuration.
templates: Add a Tarot TarotFY680Hexacopter template (417cfd2)
motor test: Add motor test frontend application (eefeddb)
Bug Fixes
motor test: No need to include .png files twice and the svg are not used in the code (0640f09)
usage popups: Remove the border around the rich text (b50f343)
usage popup: Fix centering and flicker on MS Windows (7afb7be)
Code Refactoring
parameter editor: Reduce dependency on local_filesystem (8f6696d)
parameter editor: Remove LocalFilesystem dependency from parameter_editor_table (43b18a9)
parameter editor: Use the self.configuration_manager.current_file more (3a322e0)
program_settings: refactor to use importlib.resources at module level, add tests (b4ebeb8)
Documentation
genaral: Updated and re-organized the documentation. (c118a3d)
README: Add more detail to the mermaid chart (03c6b38)
I don’t have any fully configurated drone, but I would like to contribute to QuadPlanes, specifically. I’m using the IMU temperature calibration with ArduPlane. First, I modified the 02 param file to change the LOG_BITMASK to 524416, but when I open the app, the file is automatically rewritten as 65356. Is there any way to fix this issue?
PD. I’d love to participate in the project. I’m a Python developer specialising in embedded applications, but I’d love to try and help.