This is the second time I see this happening without changes in our side; in this case with laser_assembler and opencv3.
rosinstall_generator is giving an incorrect output (particularly for the version). The output was correct at some point because the download wasn't failing some days ago, but it's not correct now. For example, laser_assembler:
If I download the package at that URI, the folder inside the tar file has a different name than the one specified in the version: laser_assembler-release-release-kinetic-laser_assembler (no trailing version number).
I will send a PR correcting this, but it's kinda awful that the contents of a package at a fixed URI change from time to time. @meyerj any thoughts?
This is the second time I see this happening without changes in our side; in this case with
laser_assembler
andopencv3
.rosinstall_generator
is giving an incorrect output (particularly for the version). The output was correct at some point because the download wasn't failing some days ago, but it's not correct now. For example,laser_assembler
:If I download the package at that URI, the folder inside the tar file has a different name than the one specified in the version:
laser_assembler-release-release-kinetic-laser_assembler
(no trailing version number).I will send a PR correcting this, but it's kinda awful that the contents of a package at a fixed URI change from time to time. @meyerj any thoughts?