-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigator: forbid READY -> RTL transition #680
Conversation
Flown today on fixedwing, no problems observed. |
Great! Also tested on MC HIL, can be merged, I think. |
No, hang on, please don't merge yet. This breaks Mission and RTL for fixedwing. I guess we can only merge this if FW gets a land detector? |
Hm, it can be caused by this: https://github.com/PX4/Firmware/blob/beta/src/modules/navigator/navigator_main.cpp#L1391 |
@DrTon: Thanks, I added this workaround, will test it today. |
This has been flown on fixedwing: AUTO is working again. |
@julianoes When you have tested stuff (so did the review) and there is little hope someone else will fly very soon the state to cross check, please just go ahead and merge it. Having this level of review is the best we currently can get and already decent. |
Ok, will do :) |
navigator: forbid READY -> RTL transition
NuttX: - https://github.com/PX4-NuttX/nuttx/tree/px4-master_auto_rebase - PX4/NuttX@561dbb1 Changes from PX4-NuttX/nuttx (PX4/NuttX@d5c12b2) in current PX4/master (e1a7472) PX4/NuttX@d5c12b2...561dbb1 561dbb1 (HEAD, origin/px4-master_auto_rebase) [PX4: WIP] Fix transmission status handling in the serial interrupt 6318f81 [PX4: REJECTED] cstdint fix 0c1cdd8 [PX4: REJECTED] add math.h 8c89f92 [PX4: WIP] Jenkinsfile 15f07b8 (origin/master) Upate the NuttX.html 'About NuttX' document; update a README file. 6e6583f Merged in david_s5/nuttx/master_singlewire (pull request #680) fbe5f56 Merged in david_s5/nuttx/master_singlewire (pull request #679) ece1bda Merged in raiden00/nuttx_h7 (pull request #678) c09efb2 arch/arm/src/stm32h7: Correct naming of global variables that violations the naming requirements of the coding standard. e569872 arch/arm/Kconfig: Since the basic STM32H7 port is working, let's remove the EXPERIMENTAL dependency. Apps: - https://github.com/PX4-NuttX/apps/tree/px4-master_auto_rebase - PX4/NuttX-apps@12277cf Changes from PX4-NuttX/apps (PX4/NuttX-apps@36806ba) in current PX4/master (e1a7472) PX4/NuttX-apps@36806ba...12277cf 12277cf (HEAD -> px4-master_auto_rebase, origin/px4-master_auto_rebase) [REJECTED] add-var-expansion-in-nsh-parse.patch 654ee7e (origin/master) apps/examples/elf, module, posix_spawn: Correct naming of global variables that violations the naming requirements of the coding standard. db9c56e apps/examples/powerled: Eliminate a warning about an uninitialized variable. e66470d Merged in raiden00/apps (pull request #143) db77b1e apps/examples/tcpblaster: Fix an error in time calculation. 19b8a52 apps/examples/tcpblaster/tcpblaster_server.c: Start time was not being initialized on the server side on the first pass through loop so the first output record had a crazy time. 749eccb Squashed commit of the following: 4d8b8fa apps/netutils/dhcpc: Activates BINDTODEVICE if available, and break up some long lines 0abe341 Merged in raiden00/apps (pull request #142) 3403b1b apps/nshlib/README.txt: Clarify arguments to the mkrd command.
- sitl_gazebo in PX4/Firmware (a34e57a): PX4/PX4-SITL_gazebo-classic@ca6c738 - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@869225e - Changes: PX4/PX4-SITL_gazebo-classic@ca6c738...869225e 869225e 2020-12-31 JaeyoungLim - Fix lightsource for high fidelity worlds (#680)
- sitl_gazebo in PX4/Firmware (a444d26): PX4/PX4-SITL_gazebo-classic@ca6c738 - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@054e0a1 - Changes: PX4/PX4-SITL_gazebo-classic@ca6c738...054e0a1 054e0a1 2021-01-01 pjdewitte - Jinja generation: add protection against accidental overwriting (#682) 869225e 2020-12-31 JaeyoungLim - Fix lightsource for high fidelity worlds (#680)
- sitl_gazebo in PX4/Firmware (a444d26): PX4/PX4-SITL_gazebo-classic@ca6c738 - sitl_gazebo current upstream: PX4/PX4-SITL_gazebo-classic@054e0a1 - Changes: PX4/PX4-SITL_gazebo-classic@ca6c738...054e0a1 054e0a1 2021-01-01 pjdewitte - Jinja generation: add protection against accidental overwriting (#682) 869225e 2020-12-31 JaeyoungLim - Fix lightsource for high fidelity worlds (#680)
No description provided.