modified readme for v3.2.1

This commit is contained in:
Bian Zekun 2021-09-01 11:24:54 +08:00
parent 110b58bb16
commit b5d72a0761
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.vscode/
robots/a1_description/.vscode/
unitree_controller/check_tau.py
# .gitignore
unitree_guide/.VSCodeCounter/
unitree_guide/

View File

@ -1,3 +1,6 @@
Packages Version: v3.2.1
Suitable for unitree_legged_sdk(namely v3.2) and aliengo_sdk(namely v3.1).
# Introduction
Here are the ROS packages of Unitree robots, namely Laikago, Aliengo and A1. You can load robots and joint controllers in Gazebo, so you can do low-level control(control the torque, position and angular velocity) on the robot joints. Please watch out that the Gazebo simulation cannot do high-level control, namely walking. Besides of these simulation functions, you can also control your real robots in ROS by the `unitree_legged_real`. For real robots, you can do high-level and low-level control by our ROS packages.