ArduPilot / MethodicConfigurator

A clear ArduPilot configuration sequence
https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduCopter
GNU General Public License v3.0
44 stars 14 forks source link

No vehicle_templates folder on linux (pip installation) #47

Closed alexandru-g closed 2 weeks ago

alexandru-g commented 2 months ago

Describe the bug Fresh install of MethodicConfigurator on Linux Mint using miniconda. There is no miniconda3/lib/python3.10/site-packages/MethodicConfigurator/vehicle_templates folder and I cannot start using the software (it needs to create a config for my copter and throws an error that there is no templates folder. I've searched for that folder in case it was a python issue but there wasn't one anywhere.

To Reproduce Steps to reproduce the behavior:

  1. Start MethodicConfigurator
  2. Click on 'Create vehicle configuration directory from template'
  3. See error

Expected behavior The vehicle_templates folder should be present.

Screenshots image image

Desktop (please complete the following information):

ArduPilot context

alexandru-g commented 2 months ago

For my use I just copied the folder from the repo to that location.

amilcarlucas commented 2 months ago

Yes, that is a known issue, the source pip package does contain the files but the binary pip package does not. PR's are welcome. The solution you found is the same I use :-P

amilcarlucas commented 4 weeks ago

A workaround is:

git clone https://github.com/ArduPilot/MethodicConfigurator.git
cd MethodicConfigurator
./install_linux.sh