Replies: 1 comment
-
There is nothing built in to record all message. We would setup recorder modules for everything that needs to be recorded. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is there a way to access a complete trace of a messages going through a simulation in Basilisk? For instance let's say we run the multi body orbit scenario (diagram here: http://hanspeterschaub.info/basilisk/examples/scenarioOrbitMultiBody.html). After it completes it would be great to be able to retrieve all messages spacecraft module received, and for each of those the corresponding message from gravityEffector and so on up the module stack.
I can imagine attaching a recorder to each module and then matching messages across recorders, maybe based on simulation time or on order. But if there is something built-in, or a well known community example some could point me to, that'd be awesome. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions