robust icon indicating copy to clipboard operation
robust copied to clipboard

Fix reproduction-images for reproduced Kobuki bugs

Open git-afsantos opened this issue 6 years ago • 0 comments

Some Kobuki .bug files were updated with reproduction notes before we settled on the format for this.

reproduction-images:
    buggy: the nearest compiling commit in git log that exhibits the bug (an anecstor of the fixing commit)
    fixed: the neaerst compiling commit that contains the fix (a child of the fixing commit)
    rosdistro: the rosdistro commit capturing the distribution packages used in building the reproduction image.
    note: Any notes about how you reproduced the bug in your L3 test case.  The idea is to help the reader analyze the test (the main idea should be here).  For instance: I inserted an assertion to enforce X at a point B, and then modified a launch file to provide the input that drives it there.  Or since the bug was flaky and hard to reproduce, we first determinized the control flow, and then ...

N/A if the bug not reproduced.

This issue is just a reminder to fix those older .bug files and make sure everything is consistent.

git-afsantos avatar Jan 08 '19 22:01 git-afsantos