Skip to content

Commit

Permalink
Fixing the frame id for the Lidar for harmonic (#24)
Browse files Browse the repository at this point in the history
* Removing double entry for clock in bridge config

* Fixing the frame id for harmonic

* remove old code
  • Loading branch information
cord-burmeister authored Apr 22, 2024
1 parent db57f62 commit 043a0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_gz_example_description/models/diff_drive/model.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<sensor name='gpu_lidar' type='gpu_lidar'>
<pose>0 0 0 0 0 0</pose>
<topic>scan</topic>
<ignition_frame_id>diff_drive/lidar_link</ignition_frame_id>
<gz_frame_id>diff_drive/lidar_link</gz_frame_id>
<update_rate>10</update_rate>
<lidar>
<scan>
Expand Down

0 comments on commit 043a0ba

Please sign in to comment.