Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrivasZhang authored Jun 29, 2022
1 parent d44ea03 commit 8c2c911
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,4 @@ Run examples with 'sudo' for memory locking.

#### Python
##### arm
1. change
```
sys.path.append('../lib/python/amd64')
```
to
```
sys.path.append('../lib/python/arm64')
```
2. run following to find libunitree_legged_sdk.so
```
export LD_LIBRARY_PATH=/path-to-unitree_legged_sdk/lib/cpp/arm64:$LD_LIBRARY_PATH
```
change `sys.path.append('../lib/python/amd64')` to `sys.path.append('../lib/python/arm64')`

0 comments on commit 8c2c911

Please sign in to comment.