Time management service refuses processing interaction #243
Unanswered
Cheng-Yuan-0124
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, this is rather hard to debug for us. I could only thing of interactions having outdated timestamps. Did you make sure that MOSAIC RTI is controlling the simulation time in Carla and not vice-versa? Have you tried to step trough the RTI for debugging, e.g., through Nevertheless, we also working on a coupling with CARLA and hope to release a initial version of it at the end of the year. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Currently, I am trying to integrate the MOSAIC with CARLA simulator. The integration of ambassador and interaction have been implemented but there is an issue I am encountering. When the function
receiveInteraction
in theAbstractFederateAmbassador
script successfully adds my interaction into theinteractionQueue
, the time management service refuses or ignores my interaction sometimes. This kind of issue happening randomly in a run. Sometimes happening after running several hours, sometimes happening within few minutes or sometimes never happening in a run. This issue cause the simulation freezing because my script can not receive the repose of the request interaction. Is there any clue or any part I could check to deal with it?Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions