-
Notifications
You must be signed in to change notification settings - Fork 0
Mission Info Endpoints
Jason edited this page May 10, 2024
·
18 revisions
✍️ Input
🤖 Output
🤖 Output
missionName=DoubleTap
currentStageId=bob
{"missionName":"DoubleTap","currentStageId":"bob"}
- Example call: http://localhost:5135/MissionInfo
{
"missionName": "Search Area Time",
"stageName": "Initialize",
"vehicleKeys": [
{
"vehicleName": "ERU",
"target": {
"latitude": 1.0,
"longitude": 2.0
},
"searchArea": [
{
"latitude": 5.0,
"longitude": 10.0
},
{
"latitude": 5.0,
"longitude": 10.0
}
],
"localIP": "1.1.1.1"
},
{
"vehicleName": "FRA",
"target": {
"latitude": 1.5,
"longitude": 3.0
},
"searchArea": [
{
"latitude": 1.0,
"longitude": 2.0
},
{
"latitude": 1.0,
"longitude": 2.0
}
],
"localIP": "197.10.10.1"
}
]
}
{
"message": "Initialized Mission Info",
"error": "",
"data": ""
}