diff --git a/README.md b/README.md index b8ba0c1..0d990ca 100644 --- a/README.md +++ b/README.md @@ -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.
@@ -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 \ No newline at end of file +- Walk These Ways RL Controller