machines-in-motion / Go2Py

A Python interface and simulation environemtn for the Unitree Go2 robot.
MIT License
10 stars 2 forks source link

Control Robot Movement in Python Simulator #9

Closed BeNavon closed 1 week ago

BeNavon commented 2 weeks ago

Is there any documentation or code examples available for controlling robot movement in the simulation environment? Thank you for your help!

Rooholla-KhorramBakht commented 1 week ago

This notebook shows how to control the robot in simulator. The lowlevel controller simply controls the joint torques and internal position controllers and the highlevel example internally uses the walk-these-ways RL policy trained here to make the robot walk.