Skip to content

Commit 6d9cb73

Browse files
committed
changed arrow scaling visualiser
1 parent 8758d70 commit 6d9cb73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchbot_api/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
def __plot_frame(ax, frame_name, frame_data):
3232
# NOTE currently assume that everything has parent frame 'map'
33-
L = 0.5
33+
L = 0.25
3434
# TODO BUG: map has no rotation aspect, handling it here but it should
3535
# have a rotation.
3636
origin = frame_data['translation_xyz']

0 commit comments

Comments
 (0)