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
The library can be included as a regular git library dependence on your `platform.ini` file:
72
72
73
+
You may find a sample ini file at `ci/platformio.ini`.
74
+
73
75
```ini
74
76
...
75
77
lib_deps =
@@ -98,7 +100,6 @@ A explanation for adding custom targets is also present
98
100
### ROS 2 distribution
99
101
The target ROS 2 distribution can be configured with the `board_microros_distro = <distribution>`, supported values are:
100
102
-`humble`
101
-
-`iron`
102
103
-`jazzy`*(default value)*
103
104
-`kilted`
104
105
-`rolling`
@@ -236,6 +237,7 @@ A simple publisher project using serial transport is available on the [examples]
236
237
237
238
- More micro-ROS usage examples are available on [micro-ROS-demos/rclc](https://github.com/micro-ROS/micro-ROS-demos/tree/jazzy/rclc).
238
239
- For a complete micro-ROS tutorial, check [Programming with rcl and rclc](https://micro.ros.org/docs/tutorials/programming_rcl_rclc/overview/) documentation.
240
+
- Community contributed tutorials with [examples ported from micro_ros_arduino](https://github.com/hippo5329/micro_ros_arduino_examples_platformio/wiki) and [examples ported from micro-ROS-demos](https://github.com/hippo5329/micro-ROS-demos-platformio/wiki).
239
241
240
242
## Purpose of the Project
241
243
@@ -252,23 +254,3 @@ This repository is open-sourced under the Apache-2.0 license. See the [LICENSE](
252
254
253
255
For a list of other open-source components included in this repository,
254
256
see the file [3rd-party-licenses.txt](3rd-party-licenses.txt).
255
-
256
-
## Known Issues/Limitations
257
-
258
-
- For `wifi_nina` transport, the following versioning shall be used:
259
-
260
-
```ini
261
-
lib_deps =
262
-
arduino-libraries/WiFiNINA@^1.8.13
263
-
```
264
-
265
-
- For `nanorp2040connect` board with `serial` transport, the library dependency finder shall be set to `chain+`:
266
-
267
-
```ini
268
-
lib_ldf_mode = chain+
269
-
```
270
-
- For `pico` board with `serial` transport, the library dependency finder shall be set to `chain+`:
0 commit comments