- Aug 14, 2018
-
-
David Sidrane authored
-
David Sidrane authored
Tone Alarm driver was using hrt and tunes. Hence no start up tune. Integrated the tune control and removed note cruft.
-
David Sidrane authored
-
David Sidrane authored
-
Jan Okle authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
Use './Tools/run-shellcheck.sh ROMFS/px4fmu_common' to run it.
-
Beat Küng authored
This info is on the dev-guide now
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
This also removes the HIGHRES_IMU mavlink stream to the GCS. I don't see why it's needed and it adds noticeable CPU load.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
RC input is now handled via rc_input module
-
Beat Küng authored
Use 'if ! <cmd>' instead.
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
-
Beat Küng authored
The command is now: 'make posix none_shell' which means: don't start a simulator and run a minimal shell only.
-
Beat Küng authored
-
- Aug 13, 2018
-
-
Daniel Agar authored
-
Beat Küng authored
The FIFO was created in the server thread, and the PX4 main thread could already have continued and started to execute the bash script. In that case the client tried to open the FIFO but it did not exist yet. Client error: ERROR [px4_daemon] pipe open fail ERROR [px4_daemon] Could not send commands
-
Beat Küng authored
-
- Aug 12, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- exclude DriverFramework, parameters, libuavcan
-
Daniel Agar authored
-
Alexis Paques authored
- Allow to use the 4 groups from Mavlink - Allow an Offboard control of the Gimball, Gripper or servoes. - Fixes issue #7440 Signed-off-by:
Alexis Paques <alexis.paques@gmail.com>
-
ChristophTobler authored
-
ChristophTobler authored
-
- Aug 10, 2018
-
-
Dennis Mannhart authored
-
Beat Küng authored
This is needed for companions with high baudrate and high data rate. Tested with 1500000 Baudrate and mavlink TX rate of ~120KB/s: no drops. I did not test the exact limit, something like 2500 might be enough. But we (still) have enough free RAM on FMU-v5.
-
Beat Küng authored
-
- Aug 09, 2018