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

Documentation has error #6

Closed
osrf-migration opened this issue Oct 2, 2018 · 3 comments
Closed

Documentation has error #6

osrf-migration opened this issue Oct 2, 2018 · 3 comments
Labels
bug Something isn't working trivial

Comments

@osrf-migration
Copy link

Original report (archived issue) by Anonymous.


https://osrf-migration.github.io/subt-gh-pages/#!/osrf/subt/wiki/tutorials/SystemSetupInstall

Has error in that a space is missing from the recipe for installation. In particular

#!bash

sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-prerelease`lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-prerelease.list'

should be

#!bash

sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-prerelease `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-prerelease.list'

@osrf-migration
Copy link
Author

Original comment by Addisu Z. Taddese (Bitbucket: azeey, GitHub: azeey).


Thanks for reporting the issue. It should be fixed now.

@osrf-migration
Copy link
Author

Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).


  • changed state from "new" to "resolved"

Documentation updated.

@osrf-migration
Copy link
Author

Original comment by Alfredo Bencomo (Bitbucket: bencomo).


  • changed state from "resolved" to "closed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working trivial
Projects
None yet
Development

No branches or pull requests

1 participant