We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
there is no install.sh file in unitree_sdk2 repo, while sudo ./install.sh in readme file.
sudo ./install.sh
The text was updated successfully, but these errors were encountered:
你解决了吗
Sorry, something went wrong.
just treat it as a normal cmake project!
cd unitree_sdk2 cmake -S . -B build sudo cmake --build build -t install -j $(nproc)
The previous version of Unitree_Sdk2 was installed using install.sh. This method is no longer used in the new version. See https://github.com/unitreerobotics/unitree_sdk2
install.sh
We have fixed this probled in the latest commit.
No branches or pull requests
there is no install.sh file in unitree_sdk2 repo, while
sudo ./install.sh
in readme file.The text was updated successfully, but these errors were encountered: