Changes

Jump to: navigation, search

K-Scale Manipulation Suite

696 bytes added, 22 May
no edit summary
pip install -e .
</pre>
 
== Usage - Basic ==
'''Visualize the MuJoCo scene'''
<pre>
python gym_kmanip/examples/1_view_env.py
</pre>
'''Record a video of the MuJoCo scene'''
<pre>
python gym_kmanip/examples/2_record_video.py
</pre>
 
== Usage - Recording Data ==
'''K-Scale HuggingFace Datasets'''
'''Data is recorded via teleop, this requires additional dependencies'''
<pre>
pip install opencv-python==4.9.0.80
pip install vuer==0.0.30
pip install rerun-sdk==0.16.0
</pre>
'''Start the server on the robot computer'''
<pre>
python gym_kmanip/examples/4_record_data_teleop.py
</pre>
'''Start ngrok on the robot computer'''
<pre>
ngrok http 8012
</pre>
'''Open the browser app on the VR headset and go to the ngrok URL'''

Navigation menu