mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 14:51:15 +08:00
18dd6923e6
This changes the shebang of the integration test files to python2 because the scripts fail on systems with Python 3 as the default. Even though ROS has been ported to Python 3, there are still some dependencies not playing along. The error that comes up when starting with Python 3 is: > No module named 'mavexpression'