Skip to content

Commit

Permalink
add tf prefix to point_cloud_frame (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <[email protected]>
  • Loading branch information
louis-wiesmann and Louis authored Aug 10, 2023
1 parent 7d3b693 commit b4cca33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/os_transforms_broadcaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class OusterTransformsBroadcaster {
sensor_frame = tf_prefix + sensor_frame;
lidar_frame = tf_prefix + lidar_frame;
imu_frame = tf_prefix + imu_frame;
point_cloud_frame = tf_prefix + point_cloud_frame;
}
}

Expand Down

0 comments on commit b4cca33

Please sign in to comment.