We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Safety features not currently present should be added to the GNC commander node codebase to make it more robust.
We should implement and have a testing procedure (either unit test or manual integration test) for all items in this following non-exhaustive list:
Always before pushing waypoints, it should be validated that they're compatible with the geofence.
Input files should be validated more to ensure that they are in the correct format (lat,lon,alt) and are within the geofence.
If ever the mode is changed and it wasn't because of the script, it should immediately die instead of trying to set-mode again.
The text was updated successfully, but these errors were encountered:
http://docs.ros.org/en/api/mavros_msgs/html/msg/State.html
Sorry, something went wrong.
No branches or pull requests
Safety features not currently present should be added to the GNC commander node codebase to make it more robust.
We should implement and have a testing procedure (either unit test or manual integration test) for all items in this following non-exhaustive list:
Always before pushing waypoints, it should be validated that they're compatible with the geofence.
Input files should be validated more to ensure that they are in the correct format (lat,lon,alt) and are within the geofence.
If ever the mode is changed and it wasn't because of the script, it should immediately die instead of trying to set-mode again.
The text was updated successfully, but these errors were encountered: