-
Hi!
I added a new MAVLink message CSMAG10 to ardupilotmega.xml. Handling this with ArduCopter works, it also did work with mavproxy until a few weeks ago. I followed the steps from Section 6 in [http…
-
Hi,
If you want to use the command "guided" with parameters lat lon alt, mavproxy runs in an error because latlon was not defined on a subsequent call.
A possible fix seems to be quite simple:
mavpro…
-
I have a number of vehicles I have built which run Raspberry Pi's hooked up via the serial port to a Pixhawk. Mavproxy is configured to start at boot. Some non-zero percentage of time mavproxy starts …
-
If MAVProxy is connected to a tcp source (eg. SITL) and the source restarts or connection interrupted, MAVProxy does not attempt to restart the connection. It should, in a fluffy rainbow world.
fnoop updated
5 years ago
-
## Bug report
**Issue details**
The sim_vehicle.py mishandles the --cmd parameter, expected to be forwarded to mavproxy
this command line ``` sim_vehicle.py -v ArduCopter -f hexa -C --cmd="mod…
AndKe updated
2 years ago
-
A Copter-4.4 user reported in [this discussion](https://discuss.ardupilot.org/t/terrain-data-loading-on-sd-card-via-mavftp-is-slow/107750/3) that manually uploading a terrain file (produced using http…
-
Copter-3.4 will support terrain following using google-earth terrain data and it would be nice if Tower (like MP and MAVProxy) could provide this data. PR is under review here: https://github.com/diy…
-
It's not a huge deal but there's a slightly distracting error message, "REQUEST_AUTOPILOT_CAPABILITIES: FAILED" which is apparently caused by MAVProxy asking Mission Planner for it's capabilities and …
-
Hello.
As I see there's the only place where I can understand the elevation data format for ArduPilot offline usage.
For using custom elevation data source (from GeoTiff files) our team needs som…
-
AUTO> link remove 1
AUTO> Removing link tcp:127.0.0.1:5762
AUTO> link list
AUTO> 1 links
0: tcp:127.0.0.1:5760
In another window I then ran
mavproxy.py --master tcp:127.0.0.1:5762 --out /dev/serial/…