Initial commit
This commit is contained in:
123
srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Navigation/a.md
Normal file
123
srcs/RobotNet10/RobotApp/RobotNet10.RobotApp/Navigation/a.md
Normal file
@@ -0,0 +1,123 @@
|
||||
curl -k -X POST https://localhost:7002/api/navigation/move_to_order_data \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"x": 1.4,
|
||||
"y": 0.8,
|
||||
"yaw": 1.57,
|
||||
"frame_id": "map",
|
||||
"xy_tolerance": 0.3,
|
||||
"yaw_tolerance": 50,
|
||||
"order": {
|
||||
"headerId": 1,
|
||||
"timestamp": "2026-02-28T16:01:25.308Z",
|
||||
"version": "0.0.1",
|
||||
"manufacturer": "phenikaaX",
|
||||
"serialNumber": "T800Fake",
|
||||
"orderId": "c92ec33e-ec04-4521-8255-af8ae46b7f31",
|
||||
"orderUpdateId": 1,
|
||||
"zoneSetId": "maze",
|
||||
|
||||
"nodes": [
|
||||
{
|
||||
"nodeId": "node0",
|
||||
"sequenceId": 0,
|
||||
"nodeDescription": "Node0",
|
||||
"released": true,
|
||||
"nodePosition": {
|
||||
"x": -0.0,
|
||||
"y": 0.0,
|
||||
"theta": 0.0,
|
||||
"allowedDeviationXY": 0,
|
||||
"allowedDeviationTheta": 0,
|
||||
"mapId": "448039b7-23d2-4a70-a2d2-08dd61dadd33",
|
||||
"mapDescription": ""
|
||||
},
|
||||
"actions": []
|
||||
},
|
||||
|
||||
{
|
||||
"nodeId": "node1",
|
||||
"sequenceId": 1,
|
||||
"nodeDescription": "Node1",
|
||||
"released": true,
|
||||
"nodePosition": {
|
||||
"x": 0.0,
|
||||
"y": 0.0,
|
||||
"theta": 0.0,
|
||||
"allowedDeviationXY": 0.3,
|
||||
"allowedDeviationTheta": 50,
|
||||
"mapId": "448039b7-23d2-4a70-a2d2-08dd61dadd33",
|
||||
"mapDescription": ""
|
||||
},
|
||||
"actions": []
|
||||
},
|
||||
|
||||
{
|
||||
"nodeId": "node2",
|
||||
"sequenceId": 2,
|
||||
"nodeDescription": "Node2",
|
||||
"released": true,
|
||||
"nodePosition": {
|
||||
"x": 0.7,
|
||||
"y": 0.0,
|
||||
"theta": 1.57,
|
||||
"allowedDeviationXY": 0.3,
|
||||
"allowedDeviationTheta": 50,
|
||||
"mapId": "448039b7-23d2-4a70-a2d2-08dd61dadd33",
|
||||
"mapDescription": ""
|
||||
},
|
||||
"actions": []
|
||||
}
|
||||
],
|
||||
|
||||
"edges": [
|
||||
|
||||
{
|
||||
"edgeId": "edge0",
|
||||
"sequenceId": 0,
|
||||
"edgeDescription": "node0-node1",
|
||||
"released": true,
|
||||
"startNodeId": "node0",
|
||||
"endNodeId": "node1",
|
||||
"maxSpeed": 0.5,
|
||||
"direction": "Both",
|
||||
"rotationAllowed": true,
|
||||
"maxRotationSpeed": 0.5,
|
||||
"trajectory": {
|
||||
"degree": 1,
|
||||
"knotVector": [0,0,1,1],
|
||||
"controlPoints": [
|
||||
{"x": -0.0, "y": 0.0, "weight": 1},
|
||||
{"x": 0.0, "y": 0.0, "weight": 1}
|
||||
]
|
||||
},
|
||||
"actions": []
|
||||
},
|
||||
|
||||
{
|
||||
"edgeId": "edge1",
|
||||
"sequenceId": 1,
|
||||
"edgeDescription": "node1-node2",
|
||||
"released": true,
|
||||
"startNodeId": "node1",
|
||||
"endNodeId": "node2",
|
||||
"maxSpeed": 0.5,
|
||||
"direction": "Both",
|
||||
"rotationAllowed": true,
|
||||
"maxRotationSpeed": 0.5,
|
||||
"trajectory": {
|
||||
"degree": 2,
|
||||
"knotVector": [0,0,0,1,1,1],
|
||||
"controlPoints": [
|
||||
{"x": 0.0, "y": 0.0, "weight": 1.0},
|
||||
{"x": 0.7, "y": 0.0, "weight": 0.707},
|
||||
{"x": 1.4, "y": 0.8, "weight": 1.0}
|
||||
]
|
||||
},
|
||||
"actions": []
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
}
|
||||
}'
|
||||
Reference in New Issue
Block a user