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
|[OpenCR](https://emanual.robotis.com/docs/en/parts/controller/opencr10/)| Supported |[Based on custom board](https://emanual.robotis.com/docs/en/parts/controller/opencr10/#arduino-ide)|`colcon.meta`|
11
-
|[Teensy 4.0](https://www.pjrc.com/store/teensy40.html)| Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon.meta`|
12
-
|[Teensy 4.1](https://www.pjrc.com/store/teensy41.html)| Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon.meta`|
13
-
|[Teensy 3.2](https://www.pjrc.com/store/teensy32.html)| Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon_lowmem.meta`|
8
+
| Board |Min version |State | Details | Prebuild meta |
|[OpenCR](https://emanual.robotis.com/docs/en/parts/controller/opencr10/)|v1.4.16 |Supported |[Based on custom board](https://emanual.robotis.com/docs/en/parts/controller/opencr10/#arduino-ide)|`colcon.meta`|
11
+
|[Teensy 4.0](https://www.pjrc.com/store/teensy40.html)||Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon.meta`|
12
+
|[Teensy 4.1](https://www.pjrc.com/store/teensy41.html)||Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon.meta`|
13
+
|[Teensy 3.2](https://www.pjrc.com/store/teensy32.html)||Not tested |[Based on Teensyduino](https://www.pjrc.com/teensy/td_download.html)|`colcon_lowmem.meta`|
14
14
15
15
You can find the available precompiled ROS 2 types for messages and services in [available_ros2_types](available_ros2_types).
16
16
@@ -59,15 +59,7 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
59
59
60
60
- When using provided precompiled libraries, users should take into account the already configured static memory pools in middleware layers. [More info here](https://micro-ros.github.io/docs/tutorials/core/microxrcedds_rmw_configuration/).
61
61
- micro-ROS transports should be refactored in order to provide a pluggable mechanims. Only USB serial transports are provided.
62
-
- Both OpenCR and Teensyduino support files have to be patched in order to use precompiled libraries.
0 commit comments