Equivalent SomeMsg_C_addAuthor() functionality for Python modules to call #685
Unanswered
Thomas-Chan-2019
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I am currently implementing custom Python controller modules to interface with Gazebo-based laboratory environments, these within the BSK-MultiSat Framework for formation flights implementations.
May I know if there are equivalent functionalities for Python modules like
SomeMsg_C_addAuthor()
so that I can redirect messages like C/C++ modules (c.f. Advanced: Redirecting Module Output to Stand-Alone Message)? There is a possibility for our use case to switch between flight mode as well and I was looking through if there are workarounds. I was doing something like below to avoid simulation run errors, but I am not use if this would be problematic...I have previously checked that in #266 it is also possible to switch operations based on a standalone Python Module, but I am not fully convinced if this is the best approach. Are there any guidelines when connecting customized Python modules with messages to utilize the
SomeMsg_C_addAuthor()
function?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions