- Mar 09, 2018
-
-
Simone Guscetti authored
In the stm32f7 the configuration variable for SD card with DMA changed from CONFIG_STM32_SDIO_DMA to CONFIG_STM32F7_SDMMC_DMA the maximum clock speed of 16MHz can now be achieved.
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Thomas Stastny authored
* ecl: attitude_fw update - move angular rate limits to body angular rates - handle rattitude/acro vs attitude mode rate limits
-
- Mar 07, 2018
-
-
Daniel Agar authored
-
Roman authored
- the main idea is to prevent airspeed less systems to stall after a transition Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
calculation Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- more intuitive - avoids tons of divisions Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- more intuitive - avoids tons of divisions Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- do not call hrt_elapsed_time since it's expensive - remove P2 front transition phase (was not even used) Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
microseconds - seconds is more intuitive - avoids tons of divisions by 1e6f Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman authored
- standard vtol was implementing many custom parameters although they are generic and should be shared between the vtol types - removed heavy usage of hrt_elapsed_time() which is a system call and could be computationally expensive
-
Julian Oes authored
This fixes a problem where we do not properly go to the set takeoff altitude but end up lower. The problem was that the setpoint triplet is reset when the navigation mode changes. So in this case, the triplet is reset when we switch from takeoff to loiter which can happen before reaching the actual takeoff altitude. The fix is an ugly hack to prevent the reset in the case of takeoff to loiter. A better solution would be to remove the general reset and have all navigation modes do the proper resets themselves. This hotfix should however be lower risk.
-
- Mar 06, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
AlexKlimaj authored
* Updated and expanded batt_smbus to work with bq40z50-R2. Expanded battery_status.msg. Fixed mavlink_messages.cpp temperature, added commented out expanded battery_status.msg parameters for future mavlink expansion. * Changed errx to PX4_ERR * Added PX4_ERR returns
-
- Mar 05, 2018
-
-
Roman authored
- this makes sure that all motors are idling in mc mode. having this too low can lead to a motor stopping in flight which is critical for attitude control - experienced loss of attitude control in RTL during descent prior to this change Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- vehicle_status_flags condition_global_velocity_valid is also unnecessary
-
Beat Küng authored
If the GPS driver was used on another port (e.g. TELEM2), it would get stuck in a `write` call and not return anymore. Disabling flow control fixes that. CPU usage is unchanged.
-
Daniel Agar authored
- these are redundant with listener differential_pressure
-
Daniel Agar authored
-
Daniel Agar authored
-
Coby authored
-
Daniel Agar authored
-
- Mar 04, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-