Todd Stellanova
Todd Stellanova
- Reproduced on two different OSX systems (OpenGL renderer string: `Intel HD Graphics 4000 OpenGL Engine`). - The results with `FirstPersonStereo` camera on Debian are worse. The cubes do not...
It’s not clear from the example where the lifecycle code is defined or where it lives after generation. And that would be the majority of the code for any driver.
Building `dev` branch from source on debian I also saw the cmake error `-- Could NOT find Avahi (missing: AVAHI_COMMON_FOUND AVAHI_CLIENT_FOUND) ` and worked around this by pre-installing the dependency:...
Seeing the same problem. Unable to build natively on Rock64
+1
Possibly related crash I'm seeing about 70% of runs on OSX 10.8.2: https://gist.github.com/tstellanova/5017680 It looks like a weak reference is being accessed after it's already been released. Looking at the...
Here's a workaround for running mavproxy in a boot script: https://github.com/tridge/MAVProxy/issues/17 Allows you to pipe i/o to mavproxy as well
Thanks for the info Matt, that definitely helps with debugging. Long term we want to be able to pipe commands to mavproxy so we may just end up running the...
I agree screen is one solution if you want to interact manually with mavproxy after it's launched. It's not great if you want to pipe the output of mavproxy to...
@wucke13 feel free to submit a pull request