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
1.mkdir -p ~/template_ws/src 2. cd ~/template_ws/src 3. wget https://raw.githubusercontent.com/gazebosim/ros_gz_project_template/main/template_workspace.yaml 4. vcs import < template_workspace.yaml
vcs import < template_workspace.yaml .E. === ./ros_gz (git) === Cloning into '.'... === ./ros_gz_project_template (git) === Cloning into '.'... === ./sdformat_urdf (git) === Could not checkout ref 'ros2': fatal: invalid reference: ros2
The branches in sdformat_urdf are rearranged. The ros2 does not exist anymore
The text was updated successfully, but these errors were encountered:
Fixing branch configuration for gazebosim#27
2b99217
Successfully merging a pull request may close this issue.
Environment
Description
Steps to reproduce
1.mkdir -p ~/template_ws/src
2. cd ~/template_ws/src
3. wget https://raw.githubusercontent.com/gazebosim/ros_gz_project_template/main/template_workspace.yaml
4. vcs import < template_workspace.yaml
Output
vcs import < template_workspace.yaml
.E.
=== ./ros_gz (git) ===
Cloning into '.'...
=== ./ros_gz_project_template (git) ===
Cloning into '.'...
=== ./sdformat_urdf (git) ===
Could not checkout ref 'ros2': fatal: invalid reference: ros2
Context
The branches in sdformat_urdf are rearranged. The ros2 does not exist anymore
The text was updated successfully, but these errors were encountered: