latest pushes

This commit is contained in:
Ronaldson Bellande 2024-11-22 21:40:00 -05:00
parent 348c966470
commit e91cd8b6a7

View File

@ -121,6 +121,19 @@ curl -X 'POST' \
### Installation ### Installation
- `$ pip install bellande_limit` - `$ pip install bellande_limit`
### Usage
```
bellande_limit_api \
--node0 "[0,0,0]" \
--node1 "[100,100,100]" \
--environment "[1000,1000,1000]" \
--size "[10,10,10]" \
--goal "[200,200,200]" \
--obstacles '[{"position":[50,50,50],"dimensions":[20,20,20]}]' \
--search-radius 50 \
--sample-points 20
```
### Upgrade (if not upgraded) ### Upgrade (if not upgraded)
- `$ pip install --upgrade bellande_limit` - `$ pip install --upgrade bellande_limit`