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
space_robots
source
When I connect to a running docker container as indicated in:
docker/space_robots/README.md
Lines 48 to 52 in 76cd412
I am root in the container, not running as the spaceros user. That means that the lines:
spaceros
Lines 54 to 62 in 76cd412
don't execute correctly because that path does not exist in the root's home directory.
root
Either something is wrong with the images, or they should just say:
$ source ~spaceros/spaceros/install/setup.bash
$ source ~spaceros/demos_ws/install/setup.bash
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I connect to a running docker container as indicated in:
docker/space_robots/README.md
Lines 48 to 52 in 76cd412
I am root in the container, not running as the
spaceros
user. That means that the lines:docker/space_robots/README.md
Lines 54 to 62 in 76cd412
don't execute correctly because that path does not exist in the
root
's home directory.Either something is wrong with the images, or they should just say:
The text was updated successfully, but these errors were encountered: