Skip to content
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

Added a VOXL 2 board specific shutdown hook to run on exit #23128

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

katzfey
Copy link
Contributor

@katzfey katzfey commented May 13, 2024

Solved Problem

If the apps processor side of PX4 running on VOXL 2 exits the DSP side continues on. If PX4 is then restarted it will fail because the DSP side will still be running the old instance. This PR will send a new custom kill command to the DSP to reset it and get it back into it's ready state. This is done within a shutdown hook that's installed on px4 start up.

@katzfey katzfey requested a review from dagar May 13, 2024 21:27
@DronecodeBot
Copy link

This pull request has been mentioned on Discussion Forum for PX4, Pixhawk, QGroundControl, MAVSDK, MAVLink. There might be relevant details there:

https://discuss.px4.io/t/px4-sync-q-a-may-15-2024/38773/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 👀 In review/test
Development

Successfully merging this pull request may close these issues.

None yet

3 participants