You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello sir! I just purchased an S1 without doing a good enough job reading all the information about it, so am now very disappointed that I can't use it for anything meaningful except running from the app...
Looks like you are building exactly what I am looking for. At least if this code can achieve the result in the Demo Video linked from the readme.
However it is hard to follow building instructions that don't exist 😉
I tried to run the robomaster-control app (I am on an M1 Mac so using the CGO_ENABLED=1 GOARCH=amd64 go build command)
This gets me to
panic: Could not load Unity Bridge library at "./lib/darwin/amd64/unitybridge.bundle/Contents/MacOS/unitybridge": dlopen(unitybridge, 0x0002): tried: 'unitybridge' (no such file), '/System/Volumes/Preboot/Cryptexes/OSunitybridge' (no such file), '/usr/lib/unitybridge' (no such file, not in dyld cache), 'unitybridge' (no such file)
I saw some posts from you from a couple of years ago (not related to this repo) talking about building a Wine wrapper. Does that apply here as well? Or where could I get this file?
The text was updated successfully, but these errors were encountered:
Update: After some more research I learned that the unitybridge thing was part of the now discontinued Windows/Mac app for the Robomaster.
I managed to lay my hands on a copy of the Mac app, even if DJI are no longer linking to it from the downloads page. So now things work. Not sure how to write instructions on how to build this though, since you need a file that DJI discontinued.
Hello sir! I just purchased an S1 without doing a good enough job reading all the information about it, so am now very disappointed that I can't use it for anything meaningful except running from the app...
Looks like you are building exactly what I am looking for. At least if this code can achieve the result in the Demo Video linked from the readme.
However it is hard to follow building instructions that don't exist 😉
I tried to run the robomaster-control app (I am on an M1 Mac so using the
CGO_ENABLED=1 GOARCH=amd64 go build
command)This gets me to
I saw some posts from you from a couple of years ago (not related to this repo) talking about building a Wine wrapper. Does that apply here as well? Or where could I get this file?
The text was updated successfully, but these errors were encountered: