carla icon indicating copy to clipboard operation
carla copied to clipboard

Associate bounding box with actors

Open ashwin-999 opened this issue 8 months ago • 0 comments

Trying to associate bounding boxes from boxes = world.get_level_bbs(object_type) to an actor to assign velocity based on that of the actor's.

Transforming actor's bbox location to world space like: actor_bbox_world_location = actor.get_transform().transform(bbox.location) does not seem to have any match (not even close) with the boxes from world.get_level_bbs.

What am i missing something here? Is there a way to achieve what I'm looking for?

ashwin-999 avatar Jun 20 '24 19:06 ashwin-999