How do you create and connect a standalone ArrayMotorVoltageMsg? #251
Answered
by
WRetagne
patrickwalton
asked this question in
Q&A
-
I'm trying to use a standalone ArrayMotorVoltageMsg to circumvent the control path in scenarioAttitudeFeedbackRW.py with a constant voltage. I added the following before the data recording section:
and changed the link messages section to just:
but I'm getting the following error on
|
Beta Was this translation helpful? Give feedback.
Answered by
WRetagne
Mar 17, 2023
Replies: 1 comment 1 reply
-
Hi Patrick, you forgot the parentheses here: Greetings |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
patrickwalton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Patrick,
you forgot the parentheses here:
rwVoltageInMsgData = messaging.ArrayMotorVoltageMsgPayload()
changing this should fix it :)
Greetings
Wiebke