You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Common UAVCAN register configuration for testing & debugging.# Source this file into your sh/bash/zsh session before using Yakut and other UAVCAN tools.# Other helpful commands:# canbusload -tcbr slcan0@1000000 slcan1@1000000# candump -decaxta anyexport UAVCAN__CAN__IFACE='socketcan:slcan0 socketcan:slcan1'export UAVCAN__CAN__MTU=8
export UAVCAN__NODE__ID=$(yakut accommodate)echo"Auto-selected node-ID for this session: $UAVCAN__NODE__ID"functioninit_slcan()
{
# https://gist.github.com/pavel-kirienko/32e395683e8b7f49e71413aebf5e1a89
sudo setup_slcan -r /dev/serial/by-id/usb-Zubax*Babel*
}
The text was updated successfully, but these errors were encountered:
* Update PyUAVCAN requirement extras
* Fix error in the docs for the file server
* Bump dependencies
* Fix asyncio usage issues that are incompatible with 3.10
* Upgrade to Click 8
* Enable 3.10 in CI
* Fix#29
* Fix#33
* Use importlib resources for reading the package version string
* Update docs & tests to showcase shorthand object init; this requires PyUAVCAN v1.4
Example for SLCAN:
The text was updated successfully, but these errors were encountered: