-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhelpful error reporting when the CAN bus parameters are invalid #74
Comments
please run the command with |
Thanks for the quick replay!
|
Here's the culprit: export UAVCAN__CAN__BITRATE=125000 The data phase bitrate is zero. Here's the fix: export UAVCAN__CAN__BITRATE=125000 125000 |
No unfortunately that is not the solution. Maybe I'm doing something wrong, but when I enter it like this, bash gives the error "bash: export: "125000": Is not a valid identifier"... |
add quotes |
You are right. Thank you very much! |
Moved to OpenCyphal/pycyphal#272 |
Hello,
I have the problem that as soon as I follow the docu and enter
export UAVCAN__CAN__IFACE='pcan:PCAN_USBBUS1'
export UAVCAN__CAN__MTU=8
export UAVCAN__CAN__BITRATE=125000
export UAVCAN__NODE__ID=$(yakut accommodate)
echo "Auto-selected node-ID for this session: $UAVCAN__NODE__ID"
I get the error "ZeroDivisionError: division by zero". Unfortunately, the same error also comes about the command "yakut mon".
Can someone help me?
The text was updated successfully, but these errors were encountered: