micro_ros_raspberrypi_pico_sdk
micro_ros_raspberrypi_pico_sdk copied to clipboard
RPI PICO W integration
This repo include an integration of pico w to uros. The exemple works for a 2wd rover, so we have a small library with functions related to it. It is nothing impressive, but just our try to contribute a little in the uros project.
Currently, the pico w cannot reconnect to the agent when the connection is lost, and we have experienced the limitations of the board (or wifi module) which doesn't handle big messages transmitted over wifi. (it fails around 10-11 hz).
Hope that'll help, and thanks for uros, it is amazing!