ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There are two unknowns, but you know width of costmap already.
x = i % width
y = (i - x) / width
2 | No.2 Revision |
There are two unknowns, but you know width of costmap already.
x = i %
width
width
y = (i - x) / width
3 | No.3 Revision |
There are two unknowns, but you know width of costmap already.
x = i % width width
y = (i - x) /
width
width