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

One of an inefficient ways to do so is publishing line markers for each and every cube. But this requires a lot of resource and computation power. This amounts to saying there are 12 unique lines for each cubes. So if we are publishing a cube of cubes whose size is 1X1X1 and if the side is split into 4 points, results in a total of 16X16 cubes. This equals 16X16X12 lines (there will be a lot of over laps)..

If anyone comes up with something better please do suggest it.

thanks Vignesh