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
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'
The text was updated successfully, but these errors were encountered:
Original comment by Addisu Z. Taddese (Bitbucket: azeey, GitHub: azeey).
Thanks for reporting the issue. It should be fixed now.
Sorry, something went wrong.
Original comment by Carlos Agüero (Bitbucket: caguero, GitHub: caguero).
Documentation updated.
Original comment by Alfredo Bencomo (Bitbucket: bencomo).
No branches or pull requests
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
should be
The text was updated successfully, but these errors were encountered: