Skip to content

Fix thread issues added upstream - #56

Open
David-LP99 wants to merge 1 commit into
rolling_rebasedfrom
hotfix/pthread_issue
Open

Fix thread issues added upstream#56
David-LP99 wants to merge 1 commit into
rolling_rebasedfrom
hotfix/pthread_issue

Conversation

@David-LP99

Copy link
Copy Markdown

Description

This PR aims to deal with two changes involving threads from upstream.

The base64 encode and decode functionality added in ros2#533 for configuring binary data in YAML files is not needed in micro-ROS. It's only reference at the moment comes from rcl_yaml_param_parser, which is also disabled in micro-ROS.

In ros2#579, it was also added a dependency on pthreads, which is not used anywere else in micro-ROS and should be gated on RCUTILS_NO_THREAD_SUPPORT.

Main changes

  • Added gates that prevent base64.c from compiling in micro-ROS/rcutils
  • The package Threads is now linked conditionally on RCUTILS_NO_THREAD_SUPPORT

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
@mergify

mergify Bot commented Sep 7, 2026

Copy link
Copy Markdown

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant