solve cyclonedds path problem

原有双引号路径和 ~ 不能正确识别。
This commit is contained in:
Vel 2025-01-09 15:07:21 +08:00 committed by GitHub
parent 0d86c54625
commit 6236ad0dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ cmake --build . --target install
Enter the unitree_sdk2_python directory, set `CYCLONEDDS_HOME` to the path of the cyclonedds you just compiled, and then install unitree_sdk2_python.
```bash
cd ~/unitree_sdk2_python
export CYCLONEDDS_HOME="~/cyclonedds/install"
export CYCLONEDDS_HOME=$HOME/cyclonedds/install
pip3 install -e .
```
For details, see: https://pypi.org/project/cyclonedds/#installing-with-pre-built-binaries