Skip to content

Commit 750c118

Browse files
authored
Minor updates (#2)
* Minor updates * Update
1 parent 08b44d2 commit 750c118

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Supported boards are:
1212
| [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` |
1313
| [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` |
1414

15+
You can find the available precompiled ROS 2 types for messages and services in [available_ros2_types](available_ros2_types).
16+
1517
## How to use the precompiled library
1618

1719
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).
4850

4951
- 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/).
5052
- 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.
54+
55+
### Patch OpenCR
56+
57+
```bash
58+
cd ~/.arduino15/packages/OpenCR/hardware/OpenCR/1.4.15
59+
rm -rf platform.txt
60+
wget https://github.com/ROBOTIS-GIT/OpenCR/blob/develop/arduino/opencr_arduino/opencr/platform.txt
61+
```
62+
63+
### Patch Teensyduino
64+
65+
TODO

0 commit comments

Comments
 (0)