-
silly question, but fresh install on a pi with the latest GH code. I'm trying to load the rest server module but it can't be found. I can see it in the source tree and i can see it being built in the …
wx4cb updated
4 years ago
-
Mac OS 13.4
Python 3.11.3
pip 23.0.1
Apparently we're missing a transitive dependency on `attrdict3` via `wxPython`
```
pip install mavproxy
Collecting mavproxy
Using cached MAVProxy-1.8.…
-
Results are different when downloading logs through Mission Planner and downloading logs through MavProxy.
The details are as follows.
Load module dataflash_logger in Mavproxy
Flight drone
…
-
Using MavProxy, I have two links to the same Pixhawk (APM plane 3.7.1):
Link 0: USB-->SOCAT (on OpenWRT)-->UDP port 14506 over WiFi Mesh -->MavProxy
Link 1: 3dr 915Mhz radio --> MavProxy
Mavprox…
-
### Problem to solve
I want to visualize my path plan in the map view.
### Desired approach
Plot the path plan (set of waypoints). Show waypoint index number on hover and the lines connecting the …
-
testing with two vehicles (a ship and a quadplane) on a single RFD900x, the parameter download can take more than 10 minutes. The same link with mavproxy takes only a few seconds. The user tells me th…
-
Supercedes: https://github.com/goodrobots/maverick/issues/500
Instead of trying to read log files in realtime, instead hook straight into a mavlink log stream and get the logging data from there.
…
fnoop updated
3 years ago
-
This is similar to #402, but SITL is not involved.
I run mavproxy in passthrough mode using
```
mavproxy.py --master=/dev/serial/by-id/usb-FTDI_FT230X_Basic_UART_DN02RM7W-if00-port0\
…
-
I am trying to figure out if this is a problem with MAVProxy or sim_vehicle.py but I think it is an issue with MAVProxy.
When MAVProxy gets a string for the `--cmd` switch it runs `module load` just…
-
I'm doing some Small UAS swarm simulations using SITL and APM Planner. The problem arises when more than 12 instances of SITL have been connected to APM Planner. I've tested with other ground control …