Skip to content
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

Update README with full instructions #7

Open
richardrl opened this issue Nov 8, 2024 · 1 comment
Open

Update README with full instructions #7

richardrl opened this issue Nov 8, 2024 · 1 comment

Comments

@richardrl
Copy link

You will get permissions errors unless you modify create_urdf.sh with your username and user id and gid like so:

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 $*
@gomezgu
Copy link
Contributor

gomezgu commented Nov 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants