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

Flug abbrechen mit Collision Detection #42

Open
domhel opened this issue Apr 30, 2022 · 1 comment
Open

Flug abbrechen mit Collision Detection #42

domhel opened this issue Apr 30, 2022 · 1 comment
Assignees

Comments

@domhel
Copy link
Owner

domhel commented Apr 30, 2022

Harald Skript von den 4 Ultraschallsensoren in den aiohttp server von test2_2 einbinden

@domhel domhel added the needs documentation Improvements or additions to documentation label Apr 30, 2022
@et19021
Copy link
Collaborator

et19021 commented May 1, 2022

Möglichkeit über Mission:
Wir steuern die Drohne mit Hilfe von Mission Items die zu den Zielkoordinaten navigieren.
Wenn ein Ultraschallsensor ein Hindernis detektiert, wird die Drohne über pause_mission() an ihrer aktuellen Position stehen bleiben.
Für die weiteren Tests, kann dann eine neue Mission gestertet werden, welche um das Hindernis herum navigiert.
Soweit die Theorie!!! Muss alles getestet werden.
async pause_mission()

Pause the mission.

Pausing the mission puts the vehicle into [HOLD mode](https://docs.px4.io/en/flight_modes/hold.html). A multicopter should just hover at the spot while a fixedwing vehicle should loiter around the location where it paused.

Raises

    [MissionError](http://mavsdk-python-docs.s3-website.eu-central-1.amazonaws.com/plugins/mission.html#mavsdk.mission.MissionError) – If the request fails. The error contains the reason for the failure.

@et19021 et19021 removed the needs documentation Improvements or additions to documentation label May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants