MAVProxyUser

Results 86 comments of MAVProxyUser

ok @szabi-luxonis would you mind taking a look at this, and seeing if it seems sane? I tried to implement what you suggested above. ```OAK-1-MAX non stereo / non spatial...

I'm just here to bump this, as it applies to MID-360 as well. https://livox-wiki-cn.readthedocs.io/zh_CN/latest/tutorials/new_product/mid360/mid360.html

That sir is exactly why I never close out these issues... they are often something Goofy, and others benefit from seeing the end result. Glad you all worked through it!

I get this same error trying to use the ROS nodes on OAK-1 MAX https://github.com/luxonis/depthai-python/issues/790

On 1.1.2 without --test-server, it looks like the server is a direct IP hit making it non useful. 66.102.255.36 This will allow you to login and see the Captcha they...

Using a dtrace one liner we can see that the .org.chromium.Chromium cookies are what causes the app to either prompt for login or not. dtrace -n 'syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0));...

how to get to compile!!!!

Thanks! You may also want to add instructions to run: git submodule init git submodule update This pulls in the jMAVlib and la4j

For anyone that may care, I got tired of messing with all the various pose implementations that did NOT work in Jetson environment out of the box due to compile...

"noetic" eek! That is old. Bump your jetpack version, hand compile humble. And use newer branches/ From a fresh 5.1 Jetpack install (via sdkmanager https://developer.nvidia.com/drive/sdk-manager) ``` sudo apt-get remove python2.7...