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
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Supported boards are:
12
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
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
+
You can find the available precompiled ROS 2 types for messages and services in [available_ros2_types](available_ros2_types).
16
+
15
17
## How to use the precompiled library
16
18
17
19
Go to [link to release section]() and download the last release of micro-ROS library for Arduino.
@@ -48,4 +50,16 @@ see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
48
50
49
51
- 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/).
50
52
- micro-ROS transports should be refactored in order to provide a pluggable mechanims. Only USB serial transports are provided.
51
-
- Both OpenCR and Teensyduino support files have to be patched in order to use precompiled libraries. [PR to OpenCR patch](https://github.com/ROBOTIS-GIT/OpenCR/pull/253). TODO: Instructions for patching Teensyduino.
53
+
- Both OpenCR and Teensyduino support files have to be patched in order to use precompiled libraries.
0 commit comments