Making Python Modules example is outdated #764
Unanswered
enrique-infinite-orbits
asked this question in
Q&A
Replies: 1 comment
-
I'm using |
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
-
Hi, I'm trying to build a simple python module to transform CmdForceInertial message into CmdForceBody message. I follow the guide in https://hanspeterschaub.info/basilisk/Learn/makingModules/pyModules.html, but it failed in the very first statements:
I found looking the class SysModel exists inside Basilisk.architecture.sys_model_task... but it seems that's not the right class to use a base class for my module, for it never calls the UpdateState method.
I'll post all the code related to what I'm doing, but first I wanted to check if there was an updated version on how to create quick python modules for basilisk to prototype some stuff.
Beta Was this translation helpful? Give feedback.
All reactions