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

Long execution time rcl_publish function #140

Open
danielallstar opened this issue Jun 19, 2024 · 0 comments
Open

Long execution time rcl_publish function #140

danielallstar opened this issue Jun 19, 2024 · 0 comments

Comments

@danielallstar
Copy link

Long response times rcl_publish

  • Hardware description:
    STM32H743ZI
  • RTOS:
    Zephyr

Steps to reproduce the issue / behaviour

When running the rcl_publish() micro-ROS function using the best-effort publisher I notice that the function alone takes about 2ms before it completes the function call. My expectation was that this time would be lower.

Expected behavior

When looking at older questions I noticed that the expected time for a rcl_publish function should be around 40us. i do however not see any options to achieve this timing.
https://github.com/micro-ROS/micro_ros_arduino/issues/20#issuecomment-723097131

Therefore, I wondered what I have to do in order to get better function completion times.

Thanks and kind regards,

Daniël

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

1 participant