Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioc76 committed Jan 16, 2025
1 parent bdf10c6 commit 83f59e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autonav_ws/src/autonav_hardware/src/can_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@

with my_can_bus as bus:
for msg in bus:
print(msg.data)
print(msg.data)

0 comments on commit 83f59e2

Please sign in to comment.