AutonomyLab Ardrone wind_comp_angle
Hey,
Can anybody help me how to use and what exactly does this wind comp angle represent.
I'm having problem when issuing command to change height only. It often happens that the drone drifts away because of the wind. Drone does not stabilize itself. I guess that I should use wind_comp_angle to compensate for that wind, to stabilize the drone.
Thank's for help.
Hi, did you get what exactly means the wind compensation angle? I am interested this issue too.
Hey. In my experience and testing wind compensation angle is the speed that should compensate the wind. I used with the ArDrone SDK like this:
ardrone_tool_set_progressive_cmd(4,current_comp_phi/euler_angle_max, current_comp_theta/euler_angle_max, 0, 0, 0, 0.0)
I guess it should work the same with AutonomyLab drivers. I normalized wind speed with the maximum euler angles seted up in the config.
Hi. Thank you very much! Have you tried to stabilize the AR.Drone over definite position by AutonomyLab?
I did try to stabilize. First with PID and oriented cocarde detection with the help of these instructions: http://www.ludep.com/category/drone/. It was so so successful. I needed very good stabilization so I switched to ardrone embedded hover_over_roundel flying mode which works way better.
Hi. Thank you for link. It is very helpful for me. I have tried to stabilize by PID too. However I got off the position about 1.2 m. But guys from TUM had a deviation only 0.6 m (http://vision.in.tum.de/_media/teaching/ss2013/visnav2013/sheet3_solution.pdf). What deviation did you have?
I did stabilization over a fixed point on the ground. I guess you try to fly drone to the point in space, I didn't try that because of the large amount of IMU error. I guess some error should be reduced using Kalman filter.