Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundancy TF baselink -> lidar and baselink -> imu ? #83

Open
pbrandschutz opened this issue Jan 28, 2025 · 0 comments
Open

Redundancy TF baselink -> lidar and baselink -> imu ? #83

pbrandschutz opened this issue Jan 28, 2025 · 0 comments

Comments

@pbrandschutz
Copy link

In the file params.yaml one needs to set the following params:

  • frames/odom: <odom_frame>
  • frames/baselink: <baselink_frame>
  • frames/lidar: <lidar_frame>
  • frames/imu: <imu_frame>

Out of this frames, one knows about the transformation between baselink -> lidar and baselink -> imu

In the file dlio.yaml one needs to set the following params:

  • extrinsics/baselink2imu/t
  • extrinsics/baselink2imu/R
  • extrinsics/baselink2lidar/t
  • extrinsics/baselink2lidar/R

The first 2 params describe the transformation baselink -> imu and the second describes the transformation baselink -> lidar

Is there a reason, why i need to define both?
Because with the provided frames the TF is known. Also, if there is a non-fixed joint between baselink and imu/lidar, using the hardcoded transformations would lead to issues.

Thanks

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

No branches or pull requests

1 participant