Update README.md

This commit is contained in:
Rooholla-KhorramBakht 2024-04-16 16:11:51 -04:00 committed by GitHub
parent c0643fd5db
commit b0db01d83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Go2Py
Go2Py is a Pythonic interface and driver for low-level and high-level control of Unitree Go2 quadruped robots. The motivation of this project is to ease the burden of initial interface development, safety systems of Go2 quadruped by providing a modular pipeline for real-time communication with the robot in both simulated and real world with a unified interface.
Go2Py is a Pythonic interface and driver for low-level and high-level control of Unitree Go2 quadruped robots. The motivation of this project is to remove the burden of developing interface, safety systems, and basic components required for starting locomotion reserach using the Go2 quadruped robot. It provides a modular pipeline for real-time communication with the robot in both simulated and real world environment with a unified interface.
<p align="center">
<img src="docs/assets/openfig.png" alt="image" width="60%" height="auto"/>
@ -65,4 +65,4 @@ A set of sorted examples are provided in the [examples](examples) directory to g
- Contact Force Estimation
- Foot Contact Estimation
- Extended Kalman Filter Legged Inertial State Estimator
- Walk These Ways RL Controller
- Walk These Ways RL Controller