-
## Bug report
**Issue details**
@pietrodn wrote a simple script to measure the round trip mavlink latency using the TIMESYNC message available [here](https://gist.github.com/pietrodn/85833adb5c4…
dwiel updated
3 years ago
-
#### Issue details
Currently we update all mavlink rangefinder type each time a distance sensors message arrived. We should only update if the instance number match the id
Maybe also drop old mes…
-
is it possible to have more than one "--radar-device" int he command line options?
It doesn't specifgically say it in the wiki that I could see....
basically i wanna do --radar-device=/dev/inav-…
wx4cb updated
2 years ago
-
-
## Bug report
The numerical derivative of the yaw reported by MAVlink is not equal to the yawspeed reported in the same message. Instead, the derivative of the reported yaw angle is equal to (appro…
-
Today I tried to run the quadrotor model on master by using
```
make estimate-model model=quadrotor_model
```
then i rename the result file in the model_results folder to `quadrotor_model…
-
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide).
## Briefly summarize your issue:
…
-
GPS does not report the number of satellites until it has achieved a lock. This means we are not reporting the correct status of the GPS.
This give the impression that the GPS has been detected but…
-
## Bug report
**Issue details**
Currently we implement the loiter_turn radius as `uint8_t circle_radius_m = HIGHBYTE(cmd.p1); // circle radius held in high byte of p1` see https://github.com/Ar…
-
Azure is running autotest on Cygwin once per day, but there are, at least, two issues:
- as said on the initial PR, mavutil TCP 3 attempts to reconnect isn't always enough:
>@tridge @peterbarker…