I was not sure where to ask this question, I apologize if this is the wrong place.
Do you have any more detailed instructions for porting micro-ROS to new boards? In the documentation you have some links to porting NuttX. Do you have more general instructions for porting to other another RTOS as well? Do you have a list of all the repositories that would need modification? I am happy to help with time and effort to this port, but I need a little guidance first on how to best contribute.
I would like to run a micro-ROS Dashing client on a Teensy 4. It uses a NXP iMXRT1062 processor which you list as a support MCU. Does that just mean it is supported by NuttX?
Someone has ported FreeRTOS to run on the Teensy 4 FreeRTOS-Teensy4.
Is it possible to port it in such a way that Arduino libraries and C++ code will work with rclcpp as a micro-ROS client on the Teensy board? Is this relatively quick and easy or would that take significant effort to make it work? Thanks!
I was not sure where to ask this question, I apologize if this is the wrong place.
Do you have any more detailed instructions for porting micro-ROS to new boards? In the documentation you have some links to porting NuttX. Do you have more general instructions for porting to other another RTOS as well? Do you have a list of all the repositories that would need modification? I am happy to help with time and effort to this port, but I need a little guidance first on how to best contribute.
I would like to run a micro-ROS Dashing client on a Teensy 4. It uses a NXP iMXRT1062 processor which you list as a support MCU. Does that just mean it is supported by NuttX?
Someone has ported FreeRTOS to run on the Teensy 4 FreeRTOS-Teensy4.
Is it possible to port it in such a way that Arduino libraries and C++ code will work with rclcpp as a micro-ROS client on the Teensy board? Is this relatively quick and easy or would that take significant effort to make it work? Thanks!