Thanks for all your work on this @amilcarlucas . When I try to go the “new windows installer” link - I get a 404 on github. On your website you recommend installing git and python first, so I have done this, but get errors regarding python installation upon install. I don’t see a desktop icon after this, as you mention using in your instructions, so I think the install failed, but I’m not experienced with this kind of software install, so I’m sure I’m missing something.
C:\Users\Duke Papworth>git clone GitHub - ArduPilot/MethodicConfigurator: A clear ArduPilot configuration sequence
Cloning into ‘MethodicConfigurator’…
remote: Enumerating objects: 543, done.
remote: Counting objects: 100% (63/63), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 543 (delta 36), reused 49 (delta 24), pack-reused 480
Receiving objects: 100% (543/543), 1.33 MiB | 4.35 MiB/s, done.
Resolving deltas: 100% (323/323), done.
C:\Users\Duke Papworth>cd MethodicConfigurator
C:\Users\Duke Papworth\MethodicConfigurator>.\install_windows.bat
WARNING: If you proceed the python serial package will be uninstalled because it conflicts with pyserial.
Do you want to proceed? (Y/N) [Y,N]?Y
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
python serial has been successfully uninstalled.
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
On MS Windows softlinks require admin privileges and have other problems so we will
replace the linux parameter metadata/documentation files softlinks with MS Windows hardlinks
Hardlink created for vehicle_examples\diatone_taycan_mxc\4.3.8-params\apm.pdef.xml <<===>> .\apm.pdef.4.3.8-params.xml
Hardlink created for vehicle_examples\diatone_taycan_mxc\4.4.4-params\apm.pdef.xml <<===>> .\apm.pdef.4.4.4-params.xml
Hardlink created for vehicle_examples\diatone_taycan_mxc\4.5.0-params\apm.pdef.xml <<===>> .\apm.pdef.4.5.0-params.xml
Hardlink created for vehicle_examples\diatone_taycan_mxc\4.6.0-DEV-params\apm.pdef.xml <<===>> .\apm.pdef.4.6.0-DEV-params.xml
Hard links creation complete
To run the ArduPilot methodic configurator GUI, execute the following command:
cd MethodicConfigurator
python3 ardupilot_methodic_configurator.py
If you encounter issues with auto-connecting to the wrong device on MS Windows,
you can explicitly set the device with the --device command line option:
cd MethodicConfigurator
python3 ardupilot_methodic_configurator.py --device COMX
Replace COMX with the correct COM port for your device.
For more detailed usage instructions, please refer to the USERMANUAL.md file.
C:\Users\Duke Papworth\MethodicConfigurator>