MAVSDK-Java icon indicating copy to clipboard operation
MAVSDK-Java copied to clipboard

Adding additional metadata to MissionPlan

Open ajaykarthikr opened this issue 4 years ago • 3 comments

Is there a way to add custom meta data to the MissionPlan that is uploaded to the UAV? In our case, there are two GCS attached to the drone and we want to retrieve not only the MissionPlan but also our custom metadata uploaded by the first GCS to the second GCS. Both of them are made using MAVSDK-Java. Setting some kind of JSON in the form of String would also work.

ajaykarthikr avatar Feb 27 '21 07:02 ajaykarthikr

@ajaykarthikr I'm currently considering adding a mission API which matches the json files that QGroundControl uses.

julianoes avatar Mar 01 '21 11:03 julianoes

Thanks for responding. I have few queries regarding this new proposal.

  1. Will we be able to add custom parameters to that Json file that will be uploaded to the drone along with mission data?
  2. Will those parameters persist if we download it back in the second GCS?
  3. Also, will this be integrated in the coming weeks?

ajaykarthikr avatar Mar 01 '21 18:03 ajaykarthikr

  1. Custom params as in param1 to param7 for a mission item? If you mean this, yes.
  2. They should, then it depends what GCS does with them.
  3. Working on it.

julianoes avatar Mar 03 '21 04:03 julianoes