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
Getting upstream repo with rosinstall_generator does not work.
rosinstall_generator
rosinstall_generator --rosdistro humble --upstream --format repos --deps ompl
Outputs:
The following repositories with an unknown upstream will be ignored: ompl repositories: {}
If i skip --upstream flag, it works and resolves to ros2-gbp
--upstream
rosinstall_generator --rosdistro humble --format repos ompl
repositories: ompl: type: git url: https://github.com/ros2-gbp/ompl-release.git version: release/humble/ompl/1.6.0-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting upstream repo with
rosinstall_generator
does not work.Outputs:
If i skip
--upstream
flag, it works and resolves to ros2-gbpOutputs:
The text was updated successfully, but these errors were encountered: