latest pushes

This commit is contained in:
2024-11-21 15:36:42 -05:00
parent 55c996c0b0
commit c3050629b6
15 changed files with 499 additions and 1 deletions

16
run_api.sh Executable file
View File

@@ -0,0 +1,16 @@
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 ""