I am writing a program to control the drone using a C++ program. I am using the AT commands to control the drone. I was able to receive the navigational data by sending a small packet to the port 5554. But the program is getting stuck at the drone take-off function:
sprintfAT*REF="%u, x",sequence number.
Now my question what should the value of x be? Only the eighth bit has to be set to one for take-off. So in that case its value should be 11540100. But I found many examples in which its value is 290718208. I tried to take-off the drone using both the values but the drone din't take-off. What value should be used?
From MAPGPS on the arDrone api forum: https://projects.ardrone.org/boards/1/topics/show/852
Of course the first parameter (101,102,etc..) should be replaced with the correct sequence number.