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

Make failsafe watchdog in standalone node. #59

Closed
goldarte opened this issue Dec 24, 2019 · 1 comment
Closed

Make failsafe watchdog in standalone node. #59

goldarte opened this issue Dec 24, 2019 · 1 comment
Labels
client Client side enhancement New feature or request image Raspberry pi image

Comments

@goldarte
Copy link
Collaborator

Request description
At the current time, there are 2 parts of "Raspberry failsafe" in client's software: delta position detection between setpoint and current position in copter_client.py and visual pose timestamp timeout detection in visual_pose_watchdog.py. In some situations these parts are triggered together and conflict with each other, e.g. when there is error in position and fcu switch to auto.land mode, after that visual_pose_watch try to decrease the motors power in offboard mode, but can't do it, because the fcu is already in auto.land mode.

Describe the solution you'd like
Make standalone node called failsafe.py, join all abilities there.

@goldarte goldarte added enhancement New feature or request client Client side image Raspberry pi image labels Dec 24, 2019
@goldarte
Copy link
Collaborator Author

Made here: c91bb94
But left the old name: visual_pose_watchdog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Client side enhancement New feature or request image Raspberry pi image
Projects
None yet
Development

No branches or pull requests

1 participant