Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
searchwing-px4-analyse [2018/10/28 23:39] natwati [Results] |
searchwing-px4-analyse [2018/10/28 23:43] (current) natwati [Points that require discussion] |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| The PX4 firmware does not support altering an ongoing mission. This requires a full clear of the mission. Afterwards the mission needs to be uploaded using multiple mavlink messages and roundtrip times (see [[https://mavlink.io/en/protocol/mission.html|Mission Protocol]]).\\ | The PX4 firmware does not support altering an ongoing mission. This requires a full clear of the mission. Afterwards the mission needs to be uploaded using multiple mavlink messages and roundtrip times (see [[https://mavlink.io/en/protocol/mission.html|Mission Protocol]]).\\ | ||
| - | If all commands of a mission have been executed and the plane is in mission mode it will loiter. Missions can be paused in hold mode which also loiters.\\ | + | If all commands of a mission have been executed and the plane is in mission mode it will loiter. Missions can be paused in hold mode which causes the plane to loiter. |
| - | The PX4 firmware implements the possibility to upload a second mission in the background while another mission is active. QGroundControl does not support this and forces the user to pause the mission when uploading a new mission.\\ | + | |
| + | The PX4 firmware implements the possibility to upload a second mission in the background while another mission is active. QGroundControl does not support this and forces the user to pause the mission when uploading a new mission. | ||
| Line 50: | Line 51: | ||
| * How to command flying to a moving location? | * How to command flying to a moving location? | ||
| * Is an increased responsiveness of L1 position control during approach required? | * Is an increased responsiveness of L1 position control during approach required? | ||
| - | * A predicted route of the ship could be used to generate a trajectory that passes though all points the landing spot could be located at. This seems possible as no sudden deviation of the predicted route is to be expected for a ship. | + | * A predicted route of the ship could be used to generate a trajectory that passes though all points the landing spot could be located at. This seems possible as no sudden deviation of the predicted route is to be expected from a ship. |
| * Expected waves and wind should be investigated (possibly from this source: [[http://users.ntua.gr/mathan/pdf/Pages_from%20_WIND_WAVE_ATLAS_MEDITERRANEAN_SEA_2004.pdf|WIND_WAVE_ATLAS_MEDITERRANEAN_SEA]]) | * Expected waves and wind should be investigated (possibly from this source: [[http://users.ntua.gr/mathan/pdf/Pages_from%20_WIND_WAVE_ATLAS_MEDITERRANEAN_SEA_2004.pdf|WIND_WAVE_ATLAS_MEDITERRANEAN_SEA]]) | ||
| + | * Can geofencing provide sufficient accuracy to prevent a collision with the ship? | ||