Replies: 3 comments
-
What do you mean by "my python process". Are you executing a python BSK module? These need to be in their own special process for python modules. If you run your process task group first, you need to make sure the modules have message that can be read. If, for example, you read a sensor state, and the sensor module has not been run, then you might not get useful data as the message being read has never been written. |
Beta Was this translation helpful? Give feedback.
-
Yes I created my own special process for python only modules. Thats where I added my python module. I only write messages with this python module. Problem is the simulation doesnt even execute when the prio of the python modules processs is higher than the prio of the dynamics process. |
Beta Was this translation helpful? Give feedback.
-
We found recently that the process containing the python modules doesn't abide by the process priority, and always evaluates that process after the regular BSK processes. |
Beta Was this translation helpful? Give feedback.
-
I created a python process according to scenarioAttitudePointing.py.
My Python process needs to be evaluated before my dynamics process, so I give the python module a higher priority. The Problem is if I do that the simulation wont execute.
Does somebody know why that is and how to fix the problem?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions