-
Hello, I am working on a passive component and I am having problems with a Svc.Sched sync input port that I want to drive periodically on a rate group. I am using the function fread() within my inputport_handler() method, which is causing this problem. I saw a similar issue already addressed in this discussion #1110, but when I try to run sudo fprime-gds, it is not recognized. What would be the correct way to start a thread with priority or to add the thread priority permission to my user? I am getting the following errors:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could run the program in two parts:
|
Beta Was this translation helpful? Give feedback.
You could run the program in two parts:
fprime-gds -n
: run the GDS without flight softwaresudo build-artifacts/Ref -a 127.0.0.1 -p 50000
: run the flight software as sudo