Stephen Dade
Stephen Dade
I'll run some tests and reviews over Windows later in the week.
I've now had a look at this on Windows. The major issue is that if I open the editor window and then close it, MAVProxy crashes with the following error:...
> The default Cygwin install seems to default to Python 3.6 which is no good The Windows MAVProxy is designed to run directly, without Cygwin. Take a look at the...
@SamuelDudley and @magicrub - I've not included cesium module in the Windows installer. I've never actually tested the cesium module in Windows ... likely missing some pip libraries.
I've fixed it up - now using a similar approach to the AIS module.
I've fixed up the variable naming and re-added threat_radius. If threat_radius is 0, then the xy/z overrides will be used instead.
That's a Python2 vs Python 3 issue. I assume you're running Python3? Python3 strings need to be converted to bytes for MAVLink. See https://github.com/ArduPilot/MAVProxy/blob/master/MAVProxy/modules/mavproxy_asterix.py#L254 for an example. See https://stackoverflow.com/questions/7585435/best-way-to-convert-string-to-bytes-in-python-3 for...
Todo: - [ ] Make capture faster (currently 100ms/frame) - [ ] Calibrate GS camera - [ ] Generate 1m2 dataset for GS camera - [ ] Ensure process_test.py, cameracal.py...
Those dependencies should be included in ``apstreamline.sh``, as that contains all the install commands for APStreamline. Are you getting an error mesage?
> I was getting cmake and libconfig errors in main2.sh Can you post the exact messages? It'll help me figure out the issue