Roman Lut

Results 104 comments of Roman Lut

You cannot directly measure the impact because OpenGL calls enqueue drawing commands, which don't correlate with actual drawing time. However, I agree that with the power of modern PC GPU...

1) Are you sure Menu option is not set to "No GPS Fix" ? 2) Which SITL executabe are you using?

Hint: start from project: https://developer.x-plane.com/code-sample/openal-shared-example/ use #if APL sections for MasOs specific code.

(I am not using Linux and I am not an exprt in Linux) One guess is that some libraries are missing. Try running: ldd lin.xpl

I plan to implement rangefinder emulation, but this can only be done in the next iNav version, which may take some time to become available. BTW what rangefinder hardware are...

It causes memory leak. Should be: ``` cb : any = this.receiveMessage.bind( this ); ngOnInit(): void { window.addEventListener( 'message', this.cb, false ); .... } ngOnDestroy(): void { window.removeEventListener( 'message', this.cb,...

```sudo apt-get install aircrack-ng``` ```sudo airmon-ng start wlan1``` Then use ```wlan1mon```.

```sudo airmon-ng start wlan1``` should create another interface ```wlan1mon``` with monitoring support. But it seems that you are using some special drivers. 1) Just try to remove that check from...

I am powering it with 4.5V on a plane, it hot but it work so far :) You can try lowering voltage up to 4V on VUSB pin: https://files.seeedstudio.com/wiki/SeeedStudio-XIAO-ESP32S3/res/XIAO_ESP32S3_SCH_v1.1.pdf