unitreerobotics / unitree_sdk2_python

Python interface for unitree sdk2
BSD 3-Clause "New" or "Revised" License
63 stars 31 forks source link

export CYCLONEDDS_HOME="~/cyclonedds/install"不能加双引号,或者使用绝对路径 #8

Open zxb222278 opened 4 months ago

zxb222278 commented 4 months ago

在 Bash 中,当你在引号中使用 ~ 符号时,它不会自动扩展为用户的家目录。你需要手动指定完整的路径或者在不使用引号的情况下设置该变量