robotology / whole-body-controllers

Simulink-based whole body controllers for humanoid robots.
116 stars 43 forks source link

master and devel branches are diverging? #138

Closed traversaro closed 2 years ago

traversaro commented 2 years ago

Hi @gabrielenava, I was investigating https://github.com/robotology/robotology-superbuild/issues/948, and I noticed that currently the master branch and the devel branch of this repo are diverging. In particular, this is the situation (taken from https://github.com/robotology/whole-body-controllers/network ): network_wbc

Beside this diverge, it seems that v2.5.4 was released on devel, including some commits that are not included in master. Do you think we can do something to remove this divergence (if necessary, eliminating devel altogether)?

gabrielenava commented 2 years ago

I think the problem is due to some recent PR that I merged on master directly, and not passing through devel first. I will investigate the differences between devel and master, but I agree in removing devel (if and when possible) and keep using master only.

gabrielenava commented 2 years ago

I have merged devel into master, now I think that devel is not diverging anymore but it is just behind master of several commits:

image

if no-one uses the devel branch I think we can delete it. Can you thumb up for approval @nunoguedelha @S-Dafarra @traversaro @lrapetti @CarlottaSartore (hope I have included all people who may be interested)?

gabrielenava commented 2 years ago

created a new tag in case it is needed for the robotology: https://github.com/robotology/whole-body-controllers/releases/tag/v2.5.5

traversaro commented 2 years ago

By the way, master is already the branch used for Unstable branches in superbuild for the whole-body-controllers: https://github.com/robotology/robotology-superbuild/blob/master/cmake/ProjectsTagsUnstable.cmake#L31 .

gabrielenava commented 2 years ago

if no-one uses the devel branch I think we can delete it. Can you thumb up for approval @nunoguedelha @S-Dafarra @traversaro @lrapetti @CarlottaSartore (hope I have included all people who may be interested)?

one last call, then today afternoon I will delete devel. Let me know in case for some reasons you don't want me to delete the devel branch.

gabrielenava commented 2 years ago

devel branch deleted. Closing the issue.