Skip to content
New issue

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

Clarifies dependencies required by release #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Packages Version: v3.4.0
This package can send control command to real robot from ROS. You can do low-level control(namely control all joints on robot) and high-level control(namely control the walking direction and speed of robot).

This version is suitable for unitree_legged_sdk v3.4, namely Go1 robot.
As for Aliengo or A1, please use the v3.2 release version of this package and unitree_legged_sdk v3.2.
As for Aliengo or A1, please use the [v3.2 release version of this package](https://github.com/unitreerobotics/unitree_ros_to_real/releases/tag/v3.2.1) and [unitree_legged_sdk v3.2](https://github.com/unitreerobotics/unitree_legged_sdk/releases/tag/v3.2).

## Packages:

Expand All @@ -13,7 +13,8 @@ Basic message function: `unitree_legged_msgs`
The interface between ROS and real robot: `unitree_legged_real`

# Dependencies
* [unitree_legged_sdk](https://github.com/unitreerobotics): v3.4
* [unitree_legged_sdk](https://github.com/unitreerobotics/unitree_legged_sdk): v3.4 (support robot Go1)
* [unitree_legged_sdk](https://github.com/unitreerobotics/unitree_legged_sdk/releases/tag/v3.2): v3.2 (support robot Laikago, Aliengo, A1)

# Configuration
Before compiling this package, users have to modify the path to unitree_legged_sdk under the CMakeLists.txt of unitree_legged_real.
Expand Down Expand Up @@ -67,4 +68,4 @@ velocity_lcm
torque_lcm
```

And when you run the high level controller, please make sure the robot is standing on the ground. The high level exmaple only has `walk_lcm`.
And when you run the high level controller, please make sure the robot is standing on the ground. The high level exmaple only has `walk_lcm`.