mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Remove files that have zero references in the codebase and haven't been meaningfully touched in years: - Tools/stack_usage/avstack.pl: AVR stack checker (2017), wrong arch, 0 refs - Tools/usb_serialload.py: USB serial load tester (2022), Python 2, 0 refs - Tools/dist/vehicle_configs.xml: old vehicle configs (2015), deprecated mixer format, 0 refs - Tools/models/sdp3x_pitot_model.py: SDP3x pitot model (2017), 0 refs - Tools/Matlab/motors.m: MATLAB motor script (2015), 0 refs - Tools/Matlab/plot_mag.m: MATLAB mag plotter (2015), 0 refs - src/modules/local_position_estimator/fault_table.py: fault table gen (2018), LPE disabled, 0 refs - integrationtests/python_src/px4_it/util/flight_path_assertion.py: old ROS1 util (2016), 0 refs - integrationtests/python_src/px4_it/util/TODO.md: stale TODO (2016), 0 refs - integrationtests/python_src/px4_it/dronekit/: DroneKit mission checker (2019), deprecated lib, 0 refs - platforms/posix/src/px4/common/lockstep_scheduler/build-and-test.sh: standalone build (2019), replaced by CMake, 0 refs Co-authored-by: dakejahl <37091262+dakejahl@users.noreply.github.com>