-
Notifications
You must be signed in to change notification settings - Fork 80
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
Orocos on raspberrypi 3b+ #330
Comments
On Jun 26, 2021, at 04:41, chandravaran ***@***.***> wrote:
Hi, So I have been working with orocos on raspberrypi 3b+ by building from sources, and I have been using it for 6 months now, and I really love using it, but I felt the need to move to using the real time capabilities, and I have been trying to get orocos working for real time applications, I have applied a Preempt-RT and ran orocos, and still I don't see it using real time, I have also applied a xenomia patch as well but no result. Then I came across the fact the we need to recompile the orocos source code with the Xenomia parameter, is this the only way?
Also is there any way of using orocos with the Preempt-RT patch
Thanks!
If you build and run a PreemptRT kernel, then Orocos will run in real-time. Your actual real-time performance is a function of the kernel patches though, and I have no idea how real-time that is on a RaspberryPi
HTH
Stephen
|
When I run the deployer is still shows me the scheduler to be ORO_SCHED_OTHER, which means that it is not using real time right? I was thinking that If this variable changed then it would mean it is performing at real time. So there is no requirement to recompile orocos right? |
On Jun 26, 2021, at 08:05, chandravaran ***@***.***> wrote:
When I run the deployer is still shows me the scheduler to be ORO_SCHED_OTHER, which means that it is not using real time right?
I was thinking that If this variable changed then it would mean it is performing at real time.
So there is no requirement to recompile orocos right?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
You have to set ORO_SCHED_RR or similar yourself
Stephen
|
Oh okay, Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, So I have been working with orocos on raspberrypi 3b+ by building from sources, and I have been using it for 6 months now, and I really love using it, but I felt the need to move to using the real time capabilities, and I have been trying to get orocos working for real time applications, I have applied a Preempt-RT and ran orocos, and still I don't see it using real time, I have also applied a xenomia patch as well but no result. Then I came across the fact the we need to recompile the orocos source code with the Xenomia parameter, is this the only way?
Also is there any way of using orocos with the Preempt-RT patch
Thanks!
The text was updated successfully, but these errors were encountered: