You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a button that enables Altitude hold assist mode and the neccesary code to make it function.
Implement an preference for a command based control mode (left joystick replaced by 4 directional buttons : up, down, yaw right, yaw left) in combination with a takeoff command, kill command and land command.
The text was updated successfully, but these errors were encountered:
Cool, ill make a PR soon then. The only problem i am running into is that it works flawless with single packet sending, but fails over split packet. so right now it only works in combination with changes i made on the firmware side (including changing the parameter group name to have it fit in a single package).
See https://github.com/Spordoz/crazyflie-firmware/tree/Altitude-Hold-baro-for-mobile for the firmware
and https://github.com/Spordoz/crazyflie-android-client/tree/Development for the client (i changed the branch name on githb desktop to be clearer, but it doesnt seem to have gone through online).
Implement a button that enables Altitude hold assist mode and the neccesary code to make it function.
Implement an preference for a command based control mode (left joystick replaced by 4 directional buttons : up, down, yaw right, yaw left) in combination with a takeoff command, kill command and land command.
The text was updated successfully, but these errors were encountered: