You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was going over the costmap_2d code and I came across the setValues function in costmap_2d/include/costmap_2d/testing_helper.h which:
1/ seems to be buggy as the local index counter inside it is never incremented whereas it looks as it shoud be,
2/ is not used anywhere else in the code.
I propose to remove this function which seems to be useless.
The text was updated successfully, but these errors were encountered:
jdalbosc
pushed a commit
to jdalbosc/navigation
that referenced
this issue
Dec 17, 2020
Hello
I was going over the costmap_2d code and I came across the setValues function in costmap_2d/include/costmap_2d/testing_helper.h which:
1/ seems to be buggy as the local index counter inside it is never incremented whereas it looks as it shoud be,
2/ is not used anywhere else in the code.
I propose to remove this function which seems to be useless.
The text was updated successfully, but these errors were encountered: