RuntimeError: Context.init() must only be called once #608
Answered
by
whoenig
ntukenmez3
asked this question in
Q&A
-
We have wanted to make our
package.xml: setup.py |
Beta Was this translation helpful? Give feedback.
Answered by
whoenig
Dec 16, 2024
Replies: 1 comment 1 reply
-
Hard to say without your code, but keep in mind that crazyflie_py creates a ROS node already, so in your scripts you should not attempt to create another node if you import crazyflie_py. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ntukenmez3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hard to say without your code, but keep in mind that crazyflie_py creates a ROS node already, so in your scripts you should not attempt to create another node if you import crazyflie_py.