robotology / gym-ignition

Framework for developing OpenAI Gym robotics environments simulated with Ignition Gazebo

Home Page:https://robotology.github.io/gym-ignition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Branch feature/extra_contact_data from ign physics is used in tags.yaml but does not exist anymore.

wolfgangschwab opened this issue · comments

In tags.yaml a special branch is used for ign-physics:

  ign-physics:
    type: git
    url: https://github.com/diegoferigo/ign-physics
    version: feature/extra_contact_data

It seems that this branch does not exist anymore.

#216 for more details

So the solution is to use the original ign-physics repository. Which branch do I have to use?

If you update to the latest devel and rebuild everything, the right upstream branch ignitionrobotics/ign-physics@ign-physics2 is cloned and used.

Ok, I just noticed that the file tags.yaml has been changed meanwhile.

Now it‘s clear for me.
Thanks