Development Docker Workspace Dir is actually /workspace instead of the default working dir /autoware?
#6302
Unanswered
AnzhiZhang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have noticed that the actual workspace dir in development docker is now
/workspaceinstead of the default working dir/autoware.docker inspectoutput:Related code:
autoware/docker/Dockerfile
Line 15 in c36eaad
autoware/docker/run.sh
Line 124 in c36eaad
In the documentation, some places ask cd to
autowareand should be/workspace.i. After running the development container and before setting up the workspace using
mkdir src,cd /workspaceis needed.ii. In the "To Update the Workspace" section,
cd autowareshould becd /workspaceinstead.iii. Same issues in the Source installation page as well.
cd autowareshould becd /workspacePersonally, the best solution would be to set the default working dir in the development Docker to
/workspace.I am new to autoware. If you could please confirm this is a bug or need to improve on the documentation or the development docker image config, I can open an issue for it.
Beta Was this translation helpful? Give feedback.
All reactions