ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are two unknowns, but you know width of costmap already.

x = i % width y = (i - x) / width

There are two unknowns, but you know width of costmap already.

x = i % width width y = (i - x) / width

There are two unknowns, but you know width of costmap already.

x = i % width width
y = (i - x) / width width