Skip to content

Commit

Permalink
fixed rotation of sensor frames
Browse files Browse the repository at this point in the history
  • Loading branch information
alekskl01 committed Oct 14, 2023
1 parent ad0eea8 commit f6be081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asv_setup/launch/tf.launch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ launch:
pkg: tf2_ros
exec: static_transform_publisher
name: base_link_to_lidar
args: --frame-id base_link --child-frame-id os_lidar --x -0.0145 --y 0 --z -0.392425 --roll 0 --pitch 0 --yaw 0
args: --frame-id base_link --child-frame-id os_lidar --x -0.0145 --y 0 --z -0.392425 --roll 3.14159 --pitch 0 --yaw 0

- node:
pkg: tf2_ros
exec: static_transform_publisher
name: base_link_to_zed2_camera_center
args: --frame-id base_link --child-frame-id zed2i_camera_center --x 0.3005 --y 0 --z -0.22036 --roll 0 --pitch 0 --yaw 0
args: --frame-id base_link --child-frame-id zed2i_camera_center --x 0.3005 --y 0 --z -0.22036 --roll 3.14159 --pitch 0 --yaw 0

0 comments on commit f6be081

Please sign in to comment.