pymavlink icon indicating copy to clipboard operation
pymavlink copied to clipboard

python MAVLink interface and utilities

Results 154 pymavlink issues
Sort by recently updated
recently updated
newest added

I am using mavproxy to communicate with dronekit-sitl on a windows machine. I am not able to change from Stabliize to other modes in my script, or directly in the...

- The script isb_extract.py outputs the IMU values as integers (int divided by int = int) -> fixed - My bin files have the us timestamps in the field TimeUS,...

Mavlogdump fails on tlogs that have a `.log` suffix. ``` Traceback (most recent call last): File "/home/borgers/projects/MAVProxy/env/bin/mavlogdump.py", line 4, in __import__('pkg_resources').run_script('pymavlink==2.4.31', 'mavlogdump.py') File "/home/borgers/projects/MAVProxy/env/lib/python3.10/site-packages/pkg_resources/__init__.py", line 651, in run_script self.require(requires)[0].run_script(script_name, ns)...

This PR removes some imports that are not used according to pylint. I'm creating this PR as draft because while it's easy to check that these changes do not break...

This PR changes the way used to run some of the Python scripts by setting the executable bit where it is useful and resetting it where isn't useful and changing...

https://github.com/ArduPilot/pymavlink/blob/ac64ac01e3935f0bd861d86a9b255e88b789d0f4/generator/mavgen_typescript.py#L37 If a xml schema contains a multiline description on windows, the CRLF remains in the generated code leaving a syntax error I believe this is due to the order...

Hi, i'm trying to retrieve "CAMERA_CAPTURE_STATUS" as a message type with mavlogdump.py. I tried this command : `! python3 mavlogdump.py --types=CAMERA_CAPTURE_STATUS --format=csv mylog.tlog > mylog-camera.csv ` But it gives me...

## Context - Platform: Git Bash (MINGW64) on Windows Due to the symbolic (for example [here](https://github.com/ArduPilot/pymavlink/blob/df6e4d7c37edda3f687bb31db1b3e12a67eab831/generator/javascript/node_modules/jspack)) in this repository, when using pymavlink as the submodule and there are untracked /...

According to the [heartbeat microservice docs](https://mavlink.io/en/services/heartbeat.html#:~:text=A%20component%20is%20considered%20,messages%20are%20not%20received.): > A component is considered to be connected to the network if its HEARTBEAT message is regularly received, and disconnected if a number of...