intel / collision-avoidance-library

A framework for testing and benchmarking collision avoidance strategies
Apache License 2.0
81 stars 38 forks source link

Detectors: Bounding box #133

Closed mbelluzzo closed 4 years ago

mbelluzzo commented 7 years ago

When drawing, the apparent mismatch between the center and the bounding box is caused by the conversion from spherical to Cartesian (if two vertices of the bounding box are at the same radius it wont draw a plane), but that is a good start to express dimension of detected obstacles.