RobotDev

Results 26 comments of RobotDev

@julianoes scratch my last. I was able to clone the repo and followed the instructions at the bottom of the README.md. When I first saw them, I did not realize...

So for my current immediate need, I used `mavsdk_server` installed from `homebrew,` and then used the `MAVSDK` repo instructions to build the python bindings (as you know, it won't create...

They do have a formula for x86 MacOS as well as Apple Silicon for Ventura, Monterey, and Big Sur, but looking at the formula, it appears to actually build the...

Perfect! The homebrew install path differs for M1 (`/opt/homebrew/bin` vs. `/usr/local/bin/brew`), but these paths are added to the user's PATH when they install brew. So, for the M1 install script,...

I was able to download 4.27.2. I did not see a 4.27... but 4.27.2 should work just as well.

I am building jMAVSim for linux/aarch64. I was able to get past most of the libgluegen_rt issues by downloading the aarch64 jar files from the following location: [https://jogamp.org/deployment/archive/rc/v2.4.0/jar/](url) However, while...

Update on the above, the aarch64 jar files are there... but I don't see the .so files in the `./out/production` or `./out/production/natives` folder. There is no natives folder. I am...

Another update... after copying the right jar files from the `jogamp` website, the build.xml file needs to be updated (...still learning here). Specifically here: ``` ``` and here: ``` ```...

I am having a similar issue... but I am trying to build in a docker container on NVIDA Jetson Orin, which is also an aarch64 platform like the M1. After...

@kurosh-z thanks a million for this info. I will give this a try. I will give this a try ASAP.