ros / geometry2

A set of ROS packages for keeping track of coordinate transforms.
190 stars 275 forks source link

Release 0.6.7 never made it into Melodic distro? #520

Open rhaschke opened 3 years ago

rhaschke commented 3 years ago

@tfoote, I'm wondering why the release 0.6.7 didn't actually make it into the Melodic distro? Did you just forget to bloom? I remember that we had issues with 0.6.6, finally reverting it: https://github.com/ros/rosdistro/pull/23469. But meanwhile, the offending commit was reverted (3927d64c49ddc9f125bbf990e54f52ac981b9a42) and new ones included instead (#444). Ah, I just noticed that we didn't have a release since #444 was merged. Maybe that's the reason?

tfoote commented 2 years ago

Yeah, all the primary changes have all been for windows. And with the release and regression I held back on 0.6.7 because of the identified issues that we fixed later.

For the windows use cases it's enough currently to be on the development tip. So I haven't taken time to fully QA everything for another release. To make sure we don't have another release that we break the linux build trying to resolve the windows build.

gavanderhoorn commented 2 years ago

Having #377 in a release would be nice though.

Just ran into a situation where not seeing --precision caused some confusion, seeing as the Noetic system I was using did have it, and according to the changelog it was in Melodic as well (status page showed it was never released though).