Closed alexandru-g closed 2 weeks ago
For my use I just copied the folder from the repo to that location.
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
A workaround is:
git clone https://github.com/ArduPilot/MethodicConfigurator.git
cd MethodicConfigurator
./install_linux.sh
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:
Expected behavior The
vehicle_templates
folder should be present.Screenshots
Desktop (please complete the following information):
ArduPilot context