While trying to build the firmware, I keep encountering this error: ImportError: No module named future This happens after I type ./waf copter. I’m on a windows 10 laptop.
I’ve tried using eclipse to get around this and I’ve gotten the same error.
I’ve also tried: git config --global url. “https://”. instead of git://
git clone --recurse-submodules -j8
git submodule update --recursive
I am building my own forked version of Arducopter.
Here is a snippet from Cygwin:
I would appreciate any help.