Skip to content

Commit

Permalink
Print orientation matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Sep 28, 2024
1 parent 67facca commit 6137d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/parts/imu.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def shutdown(self):
try:
euler, matrix = p.run()
#out_str = f"\reuler: " + f",".join(f"{x:+5.3f}" for x in matrix)
out_str = f"\rm = {matrix}"
out_str = f"\rm = {matrix.tolist()}"
stdout.write(out_str)
stdout.flush()
time.sleep(0.01)
Expand Down

0 comments on commit 6137d54

Please sign in to comment.