We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the cflib backend (crazyflie_server.py) does not have support for /cmd_position (see the overview here).
This can be implemented in the same way that cmd_hover has been implemented:
https://github.com/IMRCLab/crazyswarm2/blob/b896e6d216efa80228f7711e3a0ac7fcd0894d25/crazyflie/scripts/crazyflie_server.py#L1068C9-L1078
but then with the send_position_setpoint function in the cflib.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the cflib backend (crazyflie_server.py) does not have support for /cmd_position (see the overview here).
This can be implemented in the same way that cmd_hover has been implemented:
https://github.com/IMRCLab/crazyswarm2/blob/b896e6d216efa80228f7711e3a0ac7fcd0894d25/crazyflie/scripts/crazyflie_server.py#L1068C9-L1078
but then with the send_position_setpoint function in the cflib.
The text was updated successfully, but these errors were encountered: