integrationtests: use Python2 for dependencies
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'
Showing
- integrationtests/python_src/px4_it/mavros/mavros_offboard_attctl_test.py 4 additions, 1 deletion...s/python_src/px4_it/mavros/mavros_offboard_attctl_test.py
- integrationtests/python_src/px4_it/mavros/mavros_offboard_posctl_test.py 4 additions, 1 deletion...s/python_src/px4_it/mavros/mavros_offboard_posctl_test.py
- integrationtests/python_src/px4_it/mavros/mission_test.py 5 additions, 1 deletionintegrationtests/python_src/px4_it/mavros/mission_test.py
Please register or sign in to comment