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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@ This API was OOP designed with the use of the header-only SDK provided by Manus.
30
30
31
31
In addition, there is a previous implementation by Megan Zimmerman that utilized the SDK previously.
32
32
33
+
## Example Usage
34
+
35
+
While not the best way of learning how to use this API, this unity project extensively used this API and contains a few scripts that can be used to move data around if need be. The best way to learn it will be to navigate to Assets>scenes >Box_wall_test.unity https://github.com/OvercodedStack/Manus_VR_UR5_Repo
36
+
37
+
The gameobjects containing the hands have most of the code integrated under a child gameobject as left/right-hand. You can also see any additional code that goes in the background if you're interested in manipulations.
38
+
39
+
Please note that while the project was developed with the VIVE/OpenVR system, it is NOT a requirement if you have different intentions.
0 commit comments