Skip to content

Commit

Permalink
fix axis length of vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 13, 2024
1 parent 3987a75 commit 8e0028a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def log_lidar_and_ego_pose(
rr.Transform3D(
translation=ego_pose["translation"],
rotation=rr.Quaternion(xyzw=rotation_xyzw),
axis_length=10.0, # The length of the visualized axis.
from_parent=False,
),
rr.GeoPoints(lat_lon=position_lat_lon, radii=rr.Radius.ui_points(8.0), colors=0xFF0000FF),
Expand Down

0 comments on commit 8e0028a

Please sign in to comment.