Skip to content

Commit 22515f6

Browse files
Improve compile instructions (#875)
* Improve compile instructions * Update README.md Co-authored-by: Pablo Garrido <[email protected]>
1 parent 94835a0 commit 22515f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a micro-ROS library for baremetal projects based on Arduino IDE or Arduino CLI.
44

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).
66

77
- [micro-ROS for Arduino](#micro-ros-for-arduino)
88
- [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
2222

2323
Supported boards are:
2424

25-
| Board | Min version | State | Details | Prebuild meta |
25+
| Board | Min version | State | Details | .meta file |
2626
| ----------------------------------------------------------------------------------- | ----------- | ---------- | --------------------------------------------------------------------------------------------------- | ------------------------ |
2727
| [Arduino Portenta H7 M7 Core](https://store.arduino.cc/portenta-h7) | v1.8.5 | Supported | Official Arduino support | `colcon.meta` |
2828
| [Arduino Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect) | v1.8.5 | Supported | Official Arduino support | `colcon_verylowmem.meta` |
@@ -36,7 +36,7 @@ Supported boards are:
3636

3737
Community contributed boards are:
3838

39-
| Board | Min version | Contributor | Details | Prebuild meta |
39+
| Board | Min version | Contributor | Details | .meta file |
4040
| ---------------------------------------------------------------------------------------- | ----------- | ---------------------------------------------- | ------- | ------------------------ |
4141
| [Arduino Due](https://store.arduino.cc/arduino-due) | - | [@lukicdarkoo](https://github.com/lukicdarkoo) | | `colcon_verylowmem.meta` |
4242
| [Arduino Zero](https://store.arduino.cc/arduino-zero) | - | [@lukicdarkoo](https://github.com/lukicdarkoo) | | `colcon_verylowmem.meta` |

0 commit comments

Comments
 (0)