Closed zjr-bit closed 1 year ago
Thanks for using V2XSet! Here are the definition: location: the vehicle front axis's x y z coordinates under Carla world coordinate system center: the bounding box center relative to the location (vehicle front axis) extent: bounding box's half h, w, l angle: roll yaw pitch
oh, I see! Thanks for your answer!
Hi, thanks for your great work I have a question. what is the definition of "center"、“location”、“extent”、“angle” in .yaml files? I'm confused by the
project_world_objects()
andcreate_bbx()
in box_utils.py. Look forward to your explanation, thank you!