14.01.2013 Views

A.R.Drone Developer Guide - Abstract

A.R.Drone Developer Guide - Abstract

A.R.Drone Developer Guide - Abstract

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

setting.<br />

AT command example : AT*CONFIG=605,"control:control_vz_max","1000"<br />

API use example :<br />

ARDRONE_TOOL_CONFIGURATION_ADDEVENT (control_vz_max, 1000, myCallback);<br />

CONTROL:control_yaw<br />

Description :<br />

Maximum yaw speed of the AR.<strong>Drone</strong>, in radians per second.<br />

65<br />

Read/Write<br />

Recommanded values goes from 40/s to 350/s (approx 0.7rad/s to 6.11rad/s). Others values<br />

may cause instability.<br />

This value will be saved to indoor/outdoor_control_yaw, according to the CONFIG:outdoor<br />

setting.<br />

AT command example : AT*CONFIG=605,"control:control_yaw","3.0"<br />

API use example :<br />

ARDRONE_TOOL_CONFIGURATION_ADDEVENT (control_yaw, 3.0, myCallback);<br />

CONTROL:outdoor Read/Write<br />

Description :<br />

This settings tells the control loop that the AR.<strong>Drone</strong> is flying outside.<br />

Setting the indoor/outdoor flight will load the corresponding indoor/outdoor_control_yaw,<br />

indoor/outdoor_euler_angle_max and indoor/outdoor_control_vz_max.<br />

Note : This settings corresponds to the Outdoor flight setting of AR.FreeFlight<br />

AT command example : AT*CONFIG=605,"control:outdoor","TRUE"<br />

API use example :<br />

ARDRONE_TOOL_CONFIGURATION_ADDEVENT (outdoor, TRUE, myCallback);<br />

CONTROL:flight_without_shell<br />

Read/Write<br />

Description :<br />

This settings tells the control loop that the AR.<strong>Drone</strong> is currently using the outdoor hull. Deactivate<br />

it when flying with the indoor hull<br />

Note : This settings corresponds to the outdoor hull setting of AR.FreeFlight.<br />

Note : This setting is not linked with the CONTROL:outdoor setting. They have different effects<br />

on the control loop.<br />

AT command example : AT*CONFIG=605,"control:flight_without_shell","TRUE"<br />

API use example :

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!