cmdFullState in C++ #145
Unanswered
CharlesSol7
asked this question in
Q&A
Replies: 1 comment
-
There is no special C++ wrapper and none is planned, since C++ users often have very particular requirements on threading etc. You can use the regular C++ ROS API. An example for cmdFullState is in https://github.com/IMRCLab/crazyswarm2/blob/main/crazyflie/src/teleop.cpp#L144-L177. |
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
-
Hello,
I would like to write a C++ program using the cmdFullState function (as in the Python example cmd_full_state.py).
Is there an equivalent to crazyflie_py package to include in the header for C++ ?
What is the equivalent class in C++ for the python class Crazyswarm() ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions