Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
zulfaqar-azmi-t4 committed Nov 27, 2023
1 parent 79b24cd commit 8ec4919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ CollisionCheckDebugPair createObjectDebug(const ExtendedPredictedObject & obj)
debug.extended_obj_polygon = tier4_autoware_utils::toPolygon2d(obj.initial_pose.pose, obj.shape);
debug.obj_shape = obj.shape;
debug.current_twist = obj.initial_twist.twist;
return {tier4_autoware_utils::toHexString(obj.uuid), debug};
return {tier4_autoware_utils::rosToBoostUUID(obj.uuid), debug};
}

void updateCollisionCheckDebugMap(
Expand Down

0 comments on commit 8ec4919

Please sign in to comment.