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

Task Scheduler #15376

Open
Sens99 opened this issue Apr 16, 2024 · 0 comments
Open

Task Scheduler #15376

Sens99 opened this issue Apr 16, 2024 · 0 comments

Comments

@Sens99
Copy link

Sens99 commented Apr 16, 2024

Traditional asynchronous tasks are implemented using OS Thread, which is scheduled by the OS Kernel. The user space cannot control the kernel order and execution periodicity of these tasks, and the real-time performance of unmanned vehicle computing tasks cannot be guaranteed。

But How can I judge whether the real-time performance of tasks is guaranteed after using the task scheduling module of CyberRT?
What indicators are needed for comparison?
What methods are needed to achieve the output of these indicators?

THX

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