Orocos on raspberrypi 3b+
chandravaran opened this issue · 4 comments
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!
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?
Oh okay, Thanks!