What is ZigBee? What is IEEE 802.15.4? How is ZigBee different from other wireless standards (e.g. Bluetooth)? What are the real-life applications of ZigBee? How reliable is the data delivery? How long is the battery life? What are the cost considerations for ZigBee implementation? How long is the Transmission Range? How high is the Data Rate? What is the Data Latency for ZigBee Networks? How large/small a ZigBee Network can be? How is the Data Security provided? What is ZigBee Stack? What Subunits can be on a Node? What is called ZigBee Application? What are the ZigBee Device Descriptors? What is ZigBee Device Profile? What is ZigBee Stack Profile? What are the ZigBee Device Objects? How does a Device/Service Discovery process work? What are the Clusters, ZigBee Binding and Binding Table? How is Addressing and Messaging done in a ZigBee network? What types of ZigBee Devices exist in a network? What Topologies are supported by ZigBee? What is ZigBee network Gateway?
Roll Rate
File: In sw/airborne/fw_h_ctl.c we define the roll rate loop: float cmd = throttle_dep_pgain * ( err + h_ctl_roll_rate_igain * roll_rate_sum_err / H_CTL_ROLL_RATE_SUM_NB_SAMPLES + h_ctl_roll_rate_dgain * d_err);Note that the roll Pgain is variable with throttle and multiplies through the entire equation affecting the I and D terms as well for ease of tuning.