Added bigmodel_frame_from_calib_frame to transformations/model

old-commit-hash: 53e095343de56ff838f36ed9feda9f31ff6358b6
This commit is contained in:
mitchellgoffpc
2021-11-08 17:10:57 -08:00
parent 48ed0e129e
commit f30f550f84

View File

@@ -81,6 +81,9 @@ model_frame_from_road_frame = np.dot(model_intrinsics,
bigmodel_frame_from_road_frame = np.dot(bigmodel_intrinsics,
get_view_frame_from_road_frame(0, 0, 0, model_height))
bigmodel_frame_from_calib_frame = np.dot(bigmodel_intrinsics,
get_view_frame_from_calib_frame(0, 0, 0, 0))
medmodel_frame_from_road_frame = np.dot(medmodel_intrinsics,
get_view_frame_from_road_frame(0, 0, 0, model_height))