Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get MicroROS thread support for Zephyr #685

Open
Johannes-42 opened this issue Feb 13, 2024 · 1 comment
Open

How to get MicroROS thread support for Zephyr #685

Johannes-42 opened this issue Feb 13, 2024 · 1 comment

Comments

@Johannes-42
Copy link

Issue template

  • Hardware description: Olimex STM32-E407
  • RTOS: Zephyr
  • Installation type: -
  • Version or commit hash: -

Steps to reproduce the issue

Set up MicroROS like in the Tutorial: https://micro.ros.org/docs/tutorials/core/first_application_rtos/zephyr/
Then add:
"microxrcedds_client": {
"cmake-args": [
"-DUCLIENT_PROFILE_MULTITHREAD=ON"
]
}
to the app-colcon.meta file.

Expected behavior

Enable multithreading.

Actual behavior

zephyr/microros_ws/firmware/mcu_ws/eProsima/Micro-XRCE-DDS-Client/include/uxr/client/profile/multithread/multithread.h:49:20: error: field 'impl' has incomplete type
49 | struct k_mutex impl;

Additional information

Same as #668 but for Zephyr and not freeRTOS
Which directories do I need to include? (I guess in the arm_toolchain.cmake.in)

@czarekk215
Copy link

@pablogs9 Do you know what can cause error?

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

No branches or pull requests

2 participants