Skip to content

Commit

Permalink
Inverse tf 2 (#182)
Browse files Browse the repository at this point in the history
* flipped tf. renamed seapath

* fixed lidar and zed tf

* fix

---------

Co-authored-by: Eirik Kolås <[email protected]>
  • Loading branch information
jorgenfj and EirikKolas authored Apr 21, 2024
1 parent fe558b6 commit 5e5974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asv_setup/launch/tf.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def generate_launch_description():
'--z' , '-0.392425',
'--roll' , str(math.pi),
'--pitch' , '0',
'--yaw' , str(math.pi),
'--yaw' , '0',
'--frame-id' , 'base_link',
'--child-frame-id' , 'os_sensor'],
)
Expand Down

0 comments on commit 5e5974d

Please sign in to comment.