data/method/mavlink/pymavlink/examples
luozhikun cd7f3fd52a feat: mavlink 2024-07-24 18:30:46 +08:00
..
README.md feat: mavlink 2024-07-24 18:30:46 +08:00
__init__.py feat: mavlink 2024-07-24 18:30:46 +08:00
add_msg_to_bin.py feat: mavlink 2024-07-24 18:30:46 +08:00
apmsetrate.py feat: mavlink 2024-07-24 18:30:46 +08:00
bwtest.py feat: mavlink 2024-07-24 18:30:46 +08:00
dup_samples.py feat: mavlink 2024-07-24 18:30:46 +08:00
magtest.py feat: mavlink 2024-07-24 18:30:46 +08:00
mav_accel.py feat: mavlink 2024-07-24 18:30:46 +08:00
mav_replay_estimator.py feat: mavlink 2024-07-24 18:30:46 +08:00
mavgps.py feat: mavlink 2024-07-24 18:30:46 +08:00
mavtcpsniff.py feat: mavlink 2024-07-24 18:30:46 +08:00
mavtest.py feat: mavlink 2024-07-24 18:30:46 +08:00
mavtester.py feat: mavlink 2024-07-24 18:30:46 +08:00
min.js feat: mavlink 2024-07-24 18:30:46 +08:00
testparser.js feat: mavlink 2024-07-24 18:30:46 +08:00
wptogpx.py feat: mavlink 2024-07-24 18:30:46 +08:00

README.md

File Description
mavtest.py Demonstrates creating a mavlink message, putting it on a buffer and then decoding from said buffer.
bwtest.py Check bandwidth of link. Display results on terminal.
mav_accel.py Show accelerometer calibration for a set of logs.
apmsetrate.py Set the Stream Rate on an APM.
magtest.py Rotate APMs on bench to test magnetometers.
mavtcpsniff.py Connect as a client to two tcpip ports on localhost with mavlink packets. Pass them both directions, and show packets in human-readable format on-screen.
wptogpx.py Extract GPS data from a waypoint file, and create a GPX file, for loading into Google Earth.
mavgps.py Allows connection of the uBlox u-Center software to a uBlox GPS device connected to a PX4 or Pixhawk device, using Mavlink's SERIAL_CONTROL support to route serial traffic to/from the GPS, and exposing the data to u-Center via a local TCP connection.
mavtester.py Test mavlink messages.