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

space_robots README indicates wrong path when calling source #101

Open
ivanperez-keera opened this issue Jan 10, 2024 · 0 comments
Open

Comments

@ivanperez-keera
Copy link
Contributor

When I connect to a running docker container as indicated in:

Open a new terminal and attach to the currently running container:
```
$ docker exec -it <container-name> bash
```

I am root in the container, not running as the spaceros user. That means that the lines:

Make sure packages are sourced:
```
$ source ~/spaceros/install/setup.bash
```
```
$ source ~/demos_ws/install/setup.bash
```

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:

$ source ~spaceros/spaceros/install/setup.bash 
$ source ~spaceros/demos_ws/install/setup.bash 
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

1 participant