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

The template_workspace.yaml to setup the workspace is referencing the wrong branch #27

Open
cord-burmeister opened this issue May 2, 2024 · 0 comments · May be fixed by #28
Open

The template_workspace.yaml to setup the workspace is referencing the wrong branch #27

cord-burmeister opened this issue May 2, 2024 · 0 comments · May be fixed by #28
Labels
bug Something isn't working

Comments

@cord-burmeister
Copy link
Contributor

Environment

  • OS Version: Found on Ubuntu 22.04, is relevant for all
  • Source build from template_workspace.yaml

Description

  • Expected behavior: Setting up the workspace with the template_workspace.yaml file will pull the correct branch versions.
  • Actual behavior: Importing the yaml file will fail.

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

@cord-burmeister cord-burmeister added the bug Something isn't working label May 2, 2024
@cord-burmeister cord-burmeister changed the title The The template_workspace.yaml to setup the workspace is referencing the wrong branch May 2, 2024
cord-burmeister added a commit to cord-burmeister/ros_gz_project_template that referenced this issue May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant