Closed KevinYuk closed 5 years ago
@KevinYuk I think you've pointed out why. In the line you marked as above, GetCostBetweenObsBoxes(), the bounding boxes of other obstacles along their trajectory are based on Cartesian coordinate, provided by Prediction module.
I print the static obs bounding box (need convert from Frenet coordinate to Cartesian coordinate); while, for moving obs, just need directly print this min max corner(don't need convert).