Update README.md
This commit is contained in:

committed by
GitHub

parent
64a4df0ed6
commit
73e54e1e0b
23
README.md
23
README.md
@@ -1,7 +1,25 @@
|
|||||||
# 📦 Bellande Step
|
# 📦 Bellande Step
|
||||||
## BS(Bellande Step) Algorithm API
|
|
||||||
|
|
||||||
|
# API Usability
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"url": "https://bellanderoboticssensorsresearchinnovationcenter-kot42qxp.b4a.run",
|
||||||
|
"endpoint_path": {
|
||||||
|
"2d": "/api/Bellande_Step/bellande_step_2d",
|
||||||
|
"3d": "/api/Bellande_Step/bellande_step_3d",
|
||||||
|
"4d": "/api/Bellande_Step/bellande_step_4d",
|
||||||
|
"5d": "/api/Bellande_Step/bellande_step_5d",
|
||||||
|
"6d": "/api/Bellande_Step/bellande_step_6d",
|
||||||
|
"7d": "/api/Bellande_Step/bellande_step_7d",
|
||||||
|
"8d": "/api/Bellande_Step/bellande_step_8d",
|
||||||
|
"9d": "/api/Bellande_Step/bellande_step_9d",
|
||||||
|
"10d": "/api/Bellande_Step/bellande_step_10d"
|
||||||
|
},
|
||||||
|
"Bellande_Framework_Access_Key": "bellande_web_api_opensource"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
# BS(Bellande Step) Algorithm API
|
||||||
## Experiment 1 -- Limit = 1
|
## Experiment 1 -- Limit = 1
|
||||||
|
|
||||||
|  *Figure 2D* |  *Figure 3D* |  *Figure 4D* |
|
|  *Figure 2D* |  *Figure 3D* |  *Figure 4D* |
|
||||||
@@ -48,7 +66,7 @@
|
|||||||
- Check out website for more information avaliable open-source API
|
- Check out website for more information avaliable open-source API
|
||||||
|
|
||||||
# API in api_docs
|
# API in api_docs
|
||||||
- Temporarily Enabled
|
- Temporarily Enabled for OpenSource
|
||||||
- 2D Space
|
- 2D Space
|
||||||
- 3D Space
|
- 3D Space
|
||||||
- 4D Space
|
- 4D Space
|
||||||
@@ -59,6 +77,7 @@
|
|||||||
- 9D Space
|
- 9D Space
|
||||||
- 10D Space
|
- 10D Space
|
||||||
|
|
||||||
|
|
||||||
# Can also checkout portion of the docs at [Portion API DOCS](https://github.com/Robotics-Sensors/bellande_robots_step/blob/main/api_docs.md)
|
# Can also checkout portion of the docs at [Portion API DOCS](https://github.com/Robotics-Sensors/bellande_robots_step/blob/main/api_docs.md)
|
||||||
### ✔️ confirmed versions
|
### ✔️ confirmed versions
|
||||||
- `The step function efficiently computes the next step towards a target node within a specified distance limit.`
|
- `The step function efficiently computes the next step towards a target node within a specified distance limit.`
|
||||||
|
Reference in New Issue
Block a user