We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run stand_go2.py the control numbers change but I see no movement in the simulator
The text was updated successfully, but these errors were encountered:
I think you don't set USE_JOYSTICK=0 in config.py
Sorry, something went wrong.
I resolved the issue by modifying use_joystick = 0 in config.py [/unitree_mujoco/simulate_python].
use_joystick = 0
config.py
In terminal 1:
sudo ip link set lo multicast on cd Unitree/unitree_mujoco/simulate_python/ python3 unitree_mujoco.py
In terminal 2:
cd Unitree/unitree_mujoco/example/python python3 stand_go2.py
No branches or pull requests
When I run stand_go2.py the control numbers change but I see no movement in the simulator
The text was updated successfully, but these errors were encountered: