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
Explain where the .meta packages are located and how to edit them (#868) Backport
* Explain where the .meta packages are located and how to edit them
* Apply suggestions from code review
* Update README.md
Co-authored-by: Pablo Garrido <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,8 @@ An example of a micro-ROS application using PlatformIO is available [here](https
152
152
153
153
## How to build the precompiled library
154
154
155
+
If you need to add custom packages or types, or customize any internal parameter of the micro-ROS stack, you will need to recompile this library from source code:
Available targets `LIBRARY_TARGETS` are available on the [top of the extras/library_generation/library_generation.sh file](https://github.com/micro-ROS/micro_ros_arduino/blob/main/extras/library_generation/library_generation.sh#L13-L24)
167
169
168
-
Note that folders added to `extras/library_generation/extra_packages` and entries added to `extras/library_generation/extra_packages/extra_packages.repos` will be taken into account by this build system.
170
+
Folders added to `extras/library_generation/extra_packages` and entries added to `extras/library_generation/extra_packages/extra_packages.repos` will be taken into account by this build system.
171
+
This should be used for example when adding custom messages types or custom micro-ROS packages.
172
+
173
+
You can [configure many parameters](https://micro.ros.org/docs/tutorials/advanced/microxrcedds_rmw_configuration/) of the library by editing the respective `.meta` file in the `extras/library_generation/` directory.
169
174
170
175
## Patch Arduino board for support precompiled libraries
0 commit comments