mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
49314b2b86
Currently installing MAVProxy pulls pymavlink in as a dependency, so we end up running whatever MAVProxy's master branch is pointing to (currently pymavlink>=2.3.3). ardupilot master can reference a pymavlink commit which is not part of whatever MAVProxy's master branch is pointing to, so we end up with failures like this in autotest: fly.ArduCopter: Mount (Test Camera/Antenna Mount) ('module' object has no attribute 'MAV_CMD_DO_SET_ROI_SYSID') (see /mnt/volume_nyc3_01/autotest/APM/buildlogs/ArduCopter-Mount.txt) FixedYawCalibration (Test Fixed Yaw Calibration) ('module' object has no attribute 'MAV_CMD_FIXED_MAG_CAL_YAW') (see /mnt/volume_nyc3_01/autotest/APM/buildlogs/ArduCopter-FixedYawCalibration.txt) If we install pymavlink after installing MAVProxy we should end up with the pymavlink messages generated from the messages in our mavlink subdirectory, rather that the pymavlink messages shipped as part of the pymavlink pip release. |
||
---|---|---|
.. | ||
apj_tool.py | ||
bin2hex.py | ||
build_all.sh | ||
build_appveyor.sh | ||
build_autotest.sh | ||
build_binaries_history.py | ||
build_binaries.py | ||
build_bootloaders.py | ||
build_ci.sh | ||
build_docs.sh | ||
build_examples.py | ||
build_examples.sh | ||
build_iofirmware.py | ||
build_parameters.sh | ||
build-jsbsim.sh | ||
check_firmware_version.py | ||
configure_all.py | ||
configure-ci.sh | ||
decode_devid.py | ||
dumpstack.sh | ||
fix_libraries_includes.sh | ||
format.sh | ||
frame_sizes.py | ||
gen_stable.py | ||
generate_manifest.py | ||
install-apt-ci.sh | ||
logic_decode_channels.py | ||
magfit_flashlog.py | ||
make_abin.sh | ||
make_apj.py | ||
make_intel_hex.py | ||
playback_log_fg.py | ||
run-coverage.sh | ||
runfliptest.py | ||
runplanetest.py | ||
tfminiplus.py | ||
unpack_mp.sh | ||
uploader.py |