-
```
Line 888 added return; See discussion
http://diydrones.com/forum/topics/connection-error-in-apm-mission-planner-with-w
ireless-telem?xg_source=msg_com_forum&id=705844%3ATopic%3A831677&page=4#
```…
-
```
Line 888 added return; See discussion
http://diydrones.com/forum/topics/connection-error-in-apm-mission-planner-with-w
ireless-telem?xg_source=msg_com_forum&id=705844%3ATopic%3A831677&page=4#
```…
-
### Issue details
The `mavros-uas-test` and `mavros-router-test` crash with segfault:
```
$ ./mavros-uas-test
[==========] Running 2 tests from 1 test suite.
[----------] Global test environme…
-
### Problem description and how to reproduce
I am trying to plan a mission that uses local NED coordinates as waypoints.
I am creating mission items with MAV_FRAME_LOCAL_NED as MAV_FRAME for the…
-
I downloaded version 1.4 and unzipped it, however when I try to bulid it, I am getting this error.
[cmake] ModuleNotFoundError: No module named 'future'
[cmake] mingw32-make.exe[2]: *** [CMakeFile…
-
```
MP 1.0.98 (The only old version I have) connects 100% of the time to the APC220
Xbee replacement modules. There appears to be some packet loss however, see
below, it is however useable to change…
-
```
MP 1.0.98 (The only old version I have) connects 100% of the time to the APC220
Xbee replacement modules. There appears to be some packet loss however, see
below, it is however useable to change…
-
@julianoes @mrpollo As previously discussed, we should assess mavlink messages and determine if we actually need to take any action when we recieve any of them.
1. Below are listed the ones that come …
-
In pymavlink, I do the following and it helps force the version to MAVLINK 2.0:
```
os.environ['MAVLINK20'] = '1'
os.environ['MAVLINK_DIALECT'] = 'ardupilotmega'
```
However, the same trick do…
-
Hello , I am trying to use dronekit to send a 'obstacle_distance_encode' message, however I am unable to do this since it says mavlink object has no attribute with such name. It seems to fix this I n…