PX4 / PX4-windows-toolchain

Repo containing all scripts to install and use the PX4 Toolchain for Windows.
BSD 3-Clause "New" or "Revised" License
31 stars 100 forks source link

Windows 10 + Eclipse CDT #14

Open astekachev opened 4 years ago

astekachev commented 4 years ago

@MaEtUgR Thank you for your interest! The main problem was in Eclipse CDT environment that did not see the python numpy and toml package. In "run-console.bat" environment everything works fine. After some research, it turned out that:

To correctly determine Python toml package in the Eclipse CDT environment, you need to pip install with the --user attribute. Eclipse CDT must have the address to \lib\lapack in the %PATH to correctly determine Python numpy package.