Skip to content
Permalink
Browse files
fix ros bug
  • Loading branch information
David committed Nov 22, 2022
1 parent 0632653 commit 97ec823e1ecaf4422ccad8731ae5bf0434b5480e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -19,7 +19,7 @@ def main():
try:
bus = can.interface.Bus( channel=canChannel, bustype=canType )
except OSError:
rospy.logerr( f"Failed to open {canChannel}" )
print( f"Failed to open {canChannel}" )
return 1

# === main loop ===

0 comments on commit 97ec823

Please sign in to comment.