- Sep 18, 2018
-
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
TSC21 authored
-
mcsauder authored
Updated rc.vtol_defaults to correct PWM_AUX behavior for VTOL airframes. Added PWM_AUX_RATE to rc.vtol_default and set parameters directly instead of environment variables.
-
- Sep 17, 2018
-
-
Daniel Agar authored
-
David Sidrane authored
-
Roman Bapst authored
hash check and heartbeat forwarding - hash check disabling: for systems where a companion link forwards messages to QGC (e.g. via LTE) parameter streaming will be stopped as soon as QGC sends the request to stop the stream. If the companion side for some reason still requires the stream to be active we need to disable QGC from stopping the stream. Normally dronekit should be responsible for filtering out the request from QGC but apparently this is not possible. - disable heartbeat forwarding: dronekit does seem to get confused if heartbeats from another system other than the autopilot get forwarded to it. Example: Sending messages from QGC via the autopilot to dronekit running on companion computer. Signed-off-by:
Roman <bapstroman@gmail.com>
-
David Sidrane authored
The previous removal of the mag was not complete. It just disabled publishing. This commit conditionally removes all the the mag functionality.
-
Roman authored
looking at height rates Signed-off-by:
Roman <bapstroman@gmail.com>
-
PX4 Build Bot authored
- devices in PX4/Firmware (8158cdfc): https://github.com/PX4/GpsDrivers/commit/aef48b04ff9b95350c4e5e507eea72a9e971d6a4 - devices current upstream: https://github.com/PX4/GpsDrivers/commit/657514b26a0bf1b1ea2bf723b18449b04248822c - Changes: https://github.com/PX4/GpsDrivers/compare/aef48b04ff9b95350c4e5e507eea72a9e971d6a4...657514b26a0bf1b1ea2bf723b18449b04248822c 657514b 2018-08-02 Alexis Paques - Adding UBX_MSG_RTCM3_* for additional messages f9cf788 2018-08-02 Alexis Paques - Adding RTCM3 class documentation reference 6009a29 2018-08-02 Alexis Paques - Adding RTCM3 available output message IDs
-
Dion Gonano authored
-
Dion Gonano authored
-
Roman Bapst authored
- yaw_valid flag was always left at false which made the position controller reject the yaw setpoint of the reposition command
-
bresch authored
-
Daniel Agar authored
-
Daniel Agar authored
-
- Sep 16, 2018
-
-
Julian Oes authored
This checks if we are on macOS and if we have Java 8 installed. If yes, it falls back to Java 8 by setting JAVA_HOME. This avoids https://github.com/PX4/jMAVSim/issues/81
-
Julian Oes authored
-
Julian Oes authored
This should resolve the issues with Java 9/10.
-
Lukas Woodtli authored
These leaks are not critical but the address-sanitizer complains. And it's better programming practice anyway. Signed-off-by:
Lukas Woodtli <woodtli.lukas@gmail.com>
-
Daniel Agar authored
-
Lukas Woodtli authored
- Environment variables for building with asan - Docker argument for leak sanitizer - Regex for tests to fail on sanitizer error Signed-off-by:
Lukas Woodtli <woodtli.lukas@gmail.com>
-
- Sep 14, 2018
-
-
David Sidrane authored
Bring UART4 bufffer sizes in alignment with FMUv2 Telem1
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Beat Küng authored
I sometimes start jmavsim independently from px4, and in that case jmavsim should not be killed. These are the commands: ./Tools/jmavsim_run.sh make posix none
-
PX4 Build Bot authored
- sitl_gazebo in PX4/Firmware (031885f9a90e70cd8d8aa22c774dfca1bd0c8dfb): https://github.com/PX4/sitl_gazebo/commit/821c55ca714d7acf93d8ed96af71237b8437e488 - sitl_gazebo current upstream: https://github.com/PX4/sitl_gazebo/commit/9d512af0075659f0ace91ec0e2f8c8a170f911fb - Changes: https://github.com/PX4/sitl_gazebo/compare/821c55ca714d7acf93d8ed96af71237b8437e488...9d512af0075659f0ace91ec0e2f8c8a170f911fb 9d512af 2018-09-12 Lorenz Meier - Update gazebo_wind_plugin.cpp 46d0be1 2018-09-12 Lorenz Meier - Update Wind.proto 14f09ff 2018-09-03 Elia Tarasov - fix compilation for gazebo version equal or greater 9 de86d7b 2018-08-31 Elia Tarasov - use template class vector3d from ignition::math f3cba29 2018-08-31 Elia Tarasov - enable wind plugin
-
Beat Küng authored
-
Beat Küng authored
This allows a simple-to-use bootloader update mechanism to switch from fmu-v2 to fmu-v3 target that has more flash.
-
Roman authored
- if somebody tries to use the shell with insufficient permissions he will be told so Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman Bapst authored
- this ensures that the MAV_TYPE parameter is always updated - previously it could happen that the simulator module was using a wrong MAV_TYPE value because it only read the parameter value at initialisation Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Sep 13, 2018
-
-
David Sidrane authored
-