From b0db01d83d3fa80bd1646d376c8b75810f7de197 Mon Sep 17 00:00:00 2001 From: Rooholla-KhorramBakht <38699860+Rooholla-KhorramBakht@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:11:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

image @@ -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