- Apr 12, 2018
-
-
Roman authored
- moved methods used to modify channel maximum pwm value to VtolType class so that the can be shared by the differnt vtol types Signed-off-by:
Roman <bapstroman@gmail.com>
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
- closes #9277
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Paul Riseborough authored
-
Daniel Agar authored
-
Daniel Agar authored
- disables setting of the errno variable as required by C89/C99 on calling math library routines
-
- Apr 11, 2018
-
-
Mohammed Kabir authored
-
Oleg Kalachev authored
-
Beat Küng authored
-
acfloria authored
- Addional small cleanup of the iridium driver and the include guards of mavlink module header files
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
Due to the old heartbeat of the high latency telemetry when activating it after flying sufficiently long in normal telemetry it is first detected as lost until the first message is sent. By updating the heartbeat to the current time on switching this issue is avoided. Also includes a small style fix for the HIGH_LATENCY2 stream
-
acfloria authored
-
acfloria authored
-
acfloria authored
-
acfloria authored
- Check if changing to a non standby state if the current state is the standy state and no change is already scheduled. - Add prefix _ to all class variables
-
acfloria authored
-
acfloria authored
-
acfloria authored
- Allow using the full buffer size (340 bytes) - Add tx mutex for sbd session to avoid dropping message which are written during an sbd session
-
acfloria authored
-
acfloria authored
-
acfloria authored
- Every time data is written to the iridium module all previous untransmitted data is overwritten - The buffer is reset only on the following conditions - A sbd session is successfully completed - An incoming mavlink message would result in less than SATCOM_MIN_TX_BUF_SPACE free bytes after it is written - Any other incomming data would result in less than SATCOM_MIN_TX_BUF_SPACE free bytes after it is written to the buffer.
-
acfloria authored
-