MAVSDK-Java
MAVSDK-Java copied to clipboard
Adding additional metadata to MissionPlan
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 I'm currently considering adding a mission API which matches the json files that QGroundControl uses.
Thanks for responding. I have few queries regarding this new proposal.
- Will we be able to add custom parameters to that Json file that will be uploaded to the drone along with mission data?
- Will those parameters persist if we download it back in the second GCS?
- Also, will this be integrated in the coming weeks?
- Custom params as in param1 to param7 for a mission item? If you mean this, yes.
- They should, then it depends what GCS does with them.
- Working on it.