[[searchwing-px4-analyse]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
searchwing-px4-analyse [2018/10/28 23:31]
natwati [Results]
searchwing-px4-analyse [2018/10/28 23:43] (current)
natwati [Points that require discussion]
Line 41: Line 41:
 In case actual position waypoints are used (and not loiter waypoints) the position controller will use the logic documented in "A New Nonlinear Guidance Logic for Trajectory Tracking"​ (S. Park, J. Deyst, and J. P. How, Aug 2004). The L1 distance defined in the default parameter only allows an offset correction of about 70% within 5 seconds (and 90% within 10s). This would be a 100 (200) meter distance for a ground speed of 20 m/s. In case actual position waypoints are used (and not loiter waypoints) the position controller will use the logic documented in "A New Nonlinear Guidance Logic for Trajectory Tracking"​ (S. Park, J. Deyst, and J. P. How, Aug 2004). The L1 distance defined in the default parameter only allows an offset correction of about 70% within 5 seconds (and 90% within 10s). This would be a 100 (200) meter distance for a ground speed of 20 m/s.
  
-The PX4 firmware ​only supports one mission at a time. An ongoing mission ​can not be updated as a full clear is required. 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. 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.\\+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.
  
  
Line 49: 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?
  • searchwing-px4-analyse.1540765860.txt.gz
  • Last modified: 2018/10/28 23:31
  • by natwati