Skip to content

fix(t4dataset): fix lidar2ego in info file - #223

Open
vividf wants to merge 1 commit into
tier4:mainfrom
vividf:fix/lidar2ego_info
Open

fix(t4dataset): fix lidar2ego in info file#223
vividf wants to merge 1 commit into
tier4:mainfrom
vividf:fix/lidar2ego_info

Conversation

@vividf

@vividf vividf commented Aug 4, 2026

Copy link
Copy Markdown
Collaborator

Description

Fixes the lidar2ego field written into the lidar_sweeps entries of the
detection3d info files (create_data_t4dataset.pyget_lidar_sweeps_info).

Problem

lidar2ego for each sweep was built from sensor2lidar_rotation /
sensor2lidar_translation, which is the sweep → key-frame transform
(sweep → ego → global → ego' → key lidar) and therefore already contains
ego motion between the sweep and the key frame.

Semantically, lidar2ego must be the sweep frame's static mounting
extrinsic
(calibrated_sensor, i.e. sensor2ego). Consumers that compose
the standard chain
Write what you change and why you change

Related Link

tier4/autoware-ml#82

Signed-off-by: vividf <yihsiang.fang@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant