mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 07:24:06 +08:00
Move RC and DL failsafe actions handling from navigator to commander (credits to @AndreasAntener) Separate manual kill switch handling via manual_lockdown to prevent override and release of software lockdown by RC switch Other changes: Add failsafe tune Fix LED blinking for Pixracer Return back support for rc inputs in simulator but now it is configurable via cmake
87 lines
1.2 KiB
Plaintext
87 lines
1.2 KiB
Plaintext
*.d
|
|
!ROMFS/*/*.d
|
|
!ROMFS/*/*/*.d
|
|
!ROMFS/*/*/*/*.d
|
|
*.px4log
|
|
*.dSYM
|
|
*.o
|
|
*.gch
|
|
*.pyc
|
|
*~
|
|
.*.swp
|
|
.context
|
|
.cproject
|
|
.DS_Store
|
|
.gdbinit
|
|
.project
|
|
.settings
|
|
.swp
|
|
.~lock.*
|
|
Archives/*
|
|
Build/*
|
|
Testing/
|
|
Binaries/*
|
|
Meta/*
|
|
build/*
|
|
build_*/
|
|
core
|
|
cscope.out
|
|
cscope.in.out
|
|
cscope.po.out
|
|
Firmware.sublime-workspace
|
|
user.sublime*
|
|
Images/*.bin
|
|
Images/*.px4
|
|
mavlink/include/mavlink/v0.9/
|
|
/nuttx-configs/px4io-v2/src/.depend
|
|
/nuttx-configs/px4io-v2/src/Make.dep
|
|
/nuttx-configs/px4io-v2/src/libboard.a
|
|
/nuttx-configs/px4io-v1/src/.depend
|
|
/nuttx-configs/px4io-v1/src/Make.dep
|
|
/nuttx-configs/px4io-v1/src/libboard.a
|
|
/Documentation/doxy.log
|
|
/Documentation/html/
|
|
/Documentation/doxygen*objdb*tmp
|
|
.tags
|
|
tags
|
|
.tags_sorted_by_file
|
|
.pydevproject
|
|
.ropeproject
|
|
*.orig
|
|
src/modules/uORB/topics/*
|
|
src/platforms/nuttx/px4_messages/*
|
|
src/platforms/ros/px4_messages/*
|
|
Firmware.zip
|
|
unittests/build
|
|
*.generated.h
|
|
.vagrant
|
|
*.pretty
|
|
xcode
|
|
src/platforms/posix/px4_messages/
|
|
src/platforms/posix-arm/px4_messages/
|
|
src/platforms/qurt/px4_messages/
|
|
ROMFS/*/*/rc.autostart
|
|
rootfs/
|
|
*.autosave
|
|
CMakeLists.txt.user
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
*.creator
|
|
*.creator.user
|
|
*.files
|
|
*.includes
|
|
|
|
# uavcan firmware
|
|
ROMFS/px4fmu_common/uavcan/
|
|
vectorcontrol/
|
|
|
|
|
|
# CLion ignores
|
|
.idea
|
|
cmake-build-*/
|
|
|
|
# gcov code coverage
|
|
coverage-html/
|
|
coverage.info
|