Skip to content

Commit

Permalink
Fix lidar rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndBondStyle committed Feb 2, 2025
1 parent c7eb7e0 commit 75d18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/model/config/model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tf_static:
- frame_id: "base"
child_frame_id: "lidar_link"
translation: { x: 0.0, y: 0.0, z: 0.0 }
rotation: { x: 0.0, y: 0.0, z: 0.0, w: 1.0 }
rotation: { x: 0, y: 0.0, z: 1.0, w: 0.0 }

- frame_id: "base"
child_frame_id: "camera_link"
Expand Down

0 comments on commit 75d18c0

Please sign in to comment.