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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a micro-ROS library for baremetal projects based on Arduino IDE or Arduino CLI.
4
4
5
-
As the build process for ROS 2 and micro-ROS is based on custom meta-build system tools and CMake, this library is provided as a precompiled library. Anyways, users can rebuild its own precompiled libraries in order to modify micro-ROS parameters, for example customizing prebuild meta file.
5
+
As the build process for ROS 2 and micro-ROS is based on custom meta-build system tools and [CMake](https://cmake.org/), this library is provided as a precompiled library. However, users can rebuild their own precompiled libraries in order to modify the micro-ROS configuration or [RMW parameters](https://micro.ros.org/docs/tutorials/advanced/microxrcedds_rmw_configuration/) by customizing the respective [.meta file](https://github.com/micro-ROS/micro_ros_arduino/tree/main/extras/library_generation).
6
6
7
7
-[micro-ROS for Arduino](#micro-ros-for-arduino)
8
8
-[Supported boards](#supported-boards)
@@ -22,7 +22,7 @@ As the build process for ROS 2 and micro-ROS is based on custom meta-build syste
22
22
23
23
Supported boards are:
24
24
25
-
| Board | Min version | State | Details |Prebuild meta |
25
+
| Board | Min version | State | Details |.meta file |
0 commit comments