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
I have a Java robot project with a C++ subproject for a vision project. I would like to run the C++ subproject in simulation to test out my vision code but when I run ./gradlew :notedetection:simulateNative I get an error saying I need to only have 1 binary. The subproject only builds 1 binary, the note detection one.
The text was updated successfully, but these errors were encountered:
I have a Java robot project with a C++ subproject for a vision project. I would like to run the C++ subproject in simulation to test out my vision code but when I run
./gradlew :notedetection:simulateNative
I get an error saying I need to only have 1 binary. The subproject only builds 1 binary, the note detection one.The text was updated successfully, but these errors were encountered: