17 lines
428 B
Plaintext
17 lines
428 B
Plaintext
|
curl -X 'POST' \
|
||
|
'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Limit/bellande_limit' \
|
||
|
-H 'accept: application/json' \
|
||
|
-H 'Content-Type: application/json' \
|
||
|
-d '{
|
||
|
"node0": [0, 0, 0],
|
||
|
"node1": [100, 100, 100],
|
||
|
"goal": [200, 200, 200],
|
||
|
"search_radius": 50,
|
||
|
"sample_points": 20,
|
||
|
"auth": {
|
||
|
"authorization_key": "bellande_web_api_opensource"
|
||
|
}
|
||
|
}'
|
||
|
|
||
|
echo ""
|