Skip to content
Snippets Groups Projects
Commit 0f274511 authored by Zach Eisele's avatar Zach Eisele
Browse files

add position setpoint logic

parent 204d5e9b
No related branches found
No related tags found
1 merge request!77Groundstation gui rough edits
...@@ -352,6 +352,9 @@ bool CCrazyflie::parseReceivedUserCommand() { ...@@ -352,6 +352,9 @@ bool CCrazyflie::parseReceivedUserCommand() {
else if(command.payload[0] == 3) { else if(command.payload[0] == 3) {
cBuffer[0] = 10; cBuffer[0] = 10;
} }
else if(command.payload[0] == 4) {
cBuffer[0] = 7;
}
else { else {
break; break;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment