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?
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 buildcommand)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?