Closed blackmrb closed 6 months ago
The extrinsics in the yaml-file where we load relative poses between sensors are defined as lidar2cam (the lidar in the different cameras reference system). So, the code in our repo is correct, but perhaps the naming is a bit confusing.
In my understanding,
front_cam_extrinsics
refers to the pose of the camera relative to the lidar, sol2front_cam
should benp.linalg.inv(_pandaset_pose_to_matrix(front_cam_extrinsics))
. Is my understanding correct?The code is here.