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
hi
I found there an extra "%d" in #109 in dyn_astar.h, which will cause compile error. Please fix it. ROS_ERROR("Ran out of pool, index=%d %d %d", idx(0), idx(1));
↓ ROS_ERROR("Ran out of pool, index=%d %d", idx(0), idx(1));
The text was updated successfully, but these errors were encountered:
hi
I found there an extra "%d" in #109 in dyn_astar.h, which will cause compile error. Please fix it.
ROS_ERROR("Ran out of pool, index=%d %d %d", idx(0), idx(1));
↓
ROS_ERROR("Ran out of pool, index=%d %d", idx(0), idx(1));
The text was updated successfully, but these errors were encountered: