Teleoperating Robots
The documentations in this page will show you how to visualize stereo video streams inside vuer, and send the hand and motion controller data to the robot to control them.
A WebRTC Example
from vuer import Vuer, VuerSession
from vuer.schemas import MuJoCo, HandActuator
app = Vuer(port=8012)
@app.spanw(start=True)
async def main(sess: VuerSession):
print("client is connected!")
pref = ""
sess.upsert @
Here would be the result