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
You will get permissions errors unless you modify create_urdf.sh with your username and user id and gid like so:
create_urdf.sh
docker build -t urdf_creation \ --build-arg USERNAME=<myuser> \ --build-arg USER_UID=<myuid> \ --build-arg USER_GID=<mygid> \ ./.docker echo docker run -u <myuid> \ -v $(pwd):/workspaces/src/franka_description \ -w /workspaces/src/franka_description \ urdf_creation \ .docker/create_urdf.entrypoint.sh $*
The text was updated successfully, but these errors were encountered:
Hi richardlr,
Thank you for your feedback. The user uid was hardcoded to be 1001 and that was probably causing the mismatch. We will fix the issue.
Sorry, something went wrong.
No branches or pull requests
You will get permissions errors unless you modify
create_urdf.sh
with your username and user id and gid like so:The text was updated successfully, but these errors were encountered: