-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Param_server and Action_server #667
Comments
Creating a server hasn't really been tested using Python, I think. @JonasVautherin you haven't tried this either, right? |
No I haven't. Only in C++. Maybe something is missing for the language bindings? 🤔 |
But when I use |
Yes, please use v2. There have been a lot of changes and fixes for better server support. |
Ok, I will try it with v2, thank you for your replies |
I created a python code to simulate the UAV transmitting battery data to our own GCS. I used param_server to provide
'CAL_GYRO0_ID'
,'CAL_ACC0_ID'
,'CAL_MAG0_ID'
and'SYS_HITL'
, but my Terminal still popped up Missing Param message.Is there anything I missed in the code?In addition, I also want to know how to use python code to call the Action_server plugin so that I can control my homemade flight controller.
The text was updated successfully, but these errors were encountered: