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
I was trying to build ign_gazebo based on steps on https://github.com/ignitionrobotics/ign-gazebo/tree/ign-gazebo5#readme, but in the dependencies, it contains ignition-physics6 which is not available on the ign_physics site. You can check those dependencies on https://github.com/ignitionrobotics/ign-gazebo/blob/ign-gazebo5/CMakeLists.txt .
The text was updated successfully, but these errors were encountered:
Ahh I think the problem is this line:
git clone https://github.com/ignitionrobotics/ign-gazebo -b main
It should be
git clone https://github.com/ignitionrobotics/ign-gazebo -b ign-gazebo5
Can you give that a try?
Sorry, something went wrong.
Yeah, it worked. Thanks for the help. Also, I want to work on this issue could you please assign it to me. I have raised a pull request here #1285
Thanks for the fix!
No branches or pull requests
I was trying to build ign_gazebo based on steps on https://github.com/ignitionrobotics/ign-gazebo/tree/ign-gazebo5#readme, but in the dependencies, it contains ignition-physics6 which is not available on the ign_physics site. You can check those dependencies on https://github.com/ignitionrobotics/ign-gazebo/blob/ign-gazebo5/CMakeLists.txt .
The text was updated successfully, but these errors were encountered: