-
Notifications
You must be signed in to change notification settings - Fork 160
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
Minor Fixes #7
Comments
@TextZip Thrilled to see the policy running on your Go1! Thanks for sharing the video. Will you consider submitting a pull request with these fixes and updates to the README? I would be happy to merge it so that you are attributed :) -Gabe |
@TextZip Thanks for your advice! I am trying to deploy on an external NUC too, when I run
I tried to change the docker version, but still get the same error. Could you give me some suggestion to solve it? |
Hi @MariaBana , I never faced this issue so I'm not entirely sure but did you check this out?
|
@TextZip Thanks for your help! According to the suggestion mentioned in this comment #31 (comment), I solved this problem by directly configuring the environment on the NUC. |
@gmargo11 thanks for the amazing repo, it was very intuitive to follow. Looking forward to updates on
Deploying a Custom Model
. Here is a video of Go1 running around with the policy.Here are some minor fixes that could make deployment easier:
Installing the Deployment Utility
cd go1_gym_deploy/scripts && ./send_to_unitree.sh
downloads thedeployment_image.tar
to the scripts folder. While in the next stepcd ~/go1_gym/go1_gym_deploy/installer && ./install_deployment_code.sh
the script searches for thedeployment_image.tar
in/go1_gym/go1_gym_deploy/installer
.Running the Controller
Some information that might be helpful for others
If you run out of disk space during
cd ~/go1_gym/go1_gym_deploy/installer && ./install_deployment_code.sh
consider changing the script to use 192.168.123.13 instead (at least in my Go1 Edu with 3 Jetson nano, I only had the required disk space to copy the tar and extract the image in only 192.168.123.13). Alternatively, consider deploying on an external PC.When deploying on an external PC/NUC, if you get the following error
It is likely because the ./lcm_position has been compiled for
ARM aarch64
(to run on the jetson), please recompile it for your architecture(external PC/ NUC) using https://github.com/Improbable-AI/unitree_legged_sdk.The text was updated successfully, but these errors were encountered: