Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ This allows the user to customize the library memory resources or activate optio
- Documentation on available parameters can be found [here](https://micro.ros.org/docs/tutorials/advanced/microxrcedds_rmw_configuration) and [here]([microxrcedds_rmw_configuration](https://micro-xrce-dds.docs.eprosima.com/en/latest/client.html)).
- Default configurations can be found on the [metas](./metas) folder.

*Note: the [common.meta](./metas/common.meta) file makes general adjustments to the library and shall not be modified by the user.*
*Note: the [common.meta](./metas/common.meta) file makes general adjustments to the library and shall not be modified by the user. In addition, do not use tabs (/t) when creating the custom meta file as it result in the meta file being ignored. Use only spaces.*

## Extend library targets
This library can be easily adapted to different boards, transports or RTOS, to achieve this the user shall provide:
Expand Down