bellande-robot-step


Namebellande-robot-step JSON
Version 0.3.3 PyPI version JSON
download
home_pageNone
SummaryRobots Step
upload_time2024-10-05 22:49:49
maintainerNone
docs_urlNone
authorRonaldsonBellande
requires_python>=3.0
licenseNone
keywords package setuptools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 📦 Bellande Step (Infinite Dimensions)

## Preprint
- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)

## 🧙 Organization Website
- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)

## 🧙 Organization Github
- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)

# Author, Creator and Maintainer
- **Ronaldson Bellande**

## Bellande Step Executables & Models
- [![Bellande Step Models & Executables ](https://img.shields.io/badge/Bellande%20Step-Models/Executables-0099cc?style=for-the-badge)](https://github.com/Artificial-Intelligence-Computer-Vision/bellande_step_models_executables)

# API HTTP Usability (BELLANDE FORMAT)
```
# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# 
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.
# GNU General Public License v3.0 or later

url: https://bellande-robotics-sensors-research-innovation-center.org

endpoint_path:
    bellande_step: /api/Bellande_Step/bellande_step_nd

Bellande_Framework_Access_Key: bellande_web_api_opensource
```

# API HTTP Usability (JSON FORMAT)
```
{
  "license": [
    "Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande",
    "This program is free software: you can redistribute it and/or modify",
    "it under the terms of the GNU General Public License as published by",
    "the Free Software Foundation, either version 3 of the License, or",
    "(at your option) any later version.",
    "",
    "This program is distributed in the hope that it will be useful,",
    "but WITHOUT ANY WARRANTY; without even the implied warranty of",
    "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the",
    "GNU General Public License for more details.",
    "",
    "You should have received a copy of the GNU General Public License",
    "along with this program.  If not, see <https://www.gnu.org/licenses/>.",
    "GNU General Public License v3.0 or later"
  ],
  "url": "https://bellande-robotics-sensors-research-innovation-center.org",
  "endpoint_path": {
    "bellande_step": "/api/Bellande_Step/bellande_step_nd"
  },
  "Bellande_Framework_Access_Key": "bellande_web_api_opensource"
}
```

# API Payload Example
```
{
    "node0": [0, 0, 0],
    "node1": [100, 100, 100],
    "limit": 75,
    "dimensions": 3,
    "auth": {
      "authorization_key": "bellande_web_api_opensource"
    }
}
```

# 🧙 Website Bellande API Testing 
- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/bellande_step_experiment)
  
# Quick Bellande API Testing
```
curl -X 'POST' \
  'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Step/bellande_step_nd' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
    "node0": [0, 0, 0],
    "node1": [100, 100, 100],
    "limit": 75,
    "dimensions": 3,
    "auth": {
      "authorization_key": "bellande_web_api_opensource"
    }
  }'
```

# BS(Bellande Step) Algorithm API
## Experiment 1 -- Limit = 1

| ![2D](graphs_charts/graph_charts_1/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_1/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_1/4D_Space.png) *Figure 4D* |
|:------------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------------:|
| ![5D](graphs_charts/graph_charts_1/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_1/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_1/7D_Space.png) *Figure 7D* |
| ![8D](graphs_charts/graph_charts_1/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_1/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_1/10D_Space.png) *Figure 10D* |


## Experiment 2 -- Limit = 25

| ![2D](graphs_charts/graph_charts_25/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_25/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_25/4D_Space.png) *Figure 4D* |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| ![5D](graphs_charts/graph_charts_25/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_25/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_25/7D_Space.png) *Figure 7D* |
| ![8D](graphs_charts/graph_charts_25/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_25/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_25/10D_Space.png) *Figure 10D* |


## Experiment 3 -- Limit = 50

| ![2D](graphs_charts/graph_charts_50/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_50/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_50/4D_Space.png) *Figure 4D* |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| ![5D](graphs_charts/graph_charts_50/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_50/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_50/7D_Space.png) *Figure 7D* |
| ![8D](graphs_charts/graph_charts_50/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_50/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_50/10D_Space.png) *Figure 10D* |


## Experiment 4 -- Limit = 75

| ![2D](graphs_charts/graph_charts_75/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_75/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_75/4D_Space.png) *Figure 4D* |
|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|
| ![5D](graphs_charts/graph_charts_75/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_75/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_75/7D_Space.png) *Figure 7D* |
| ![8D](graphs_charts/graph_charts_75/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_75/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_75/10D_Space.png) *Figure 10D* |


## Experiment 5 -- Limit = 100

| ![2D](graphs_charts/graph_charts_100/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_100/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_100/4D_Space.png) *Figure 4D* |
|:--------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|
| ![5D](graphs_charts/graph_charts_100/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_100/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_100/7D_Space.png) *Figure 7D* |
| ![8D](graphs_charts/graph_charts_100/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_100/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_100/10D_Space.png) *Figure 10D* |



# Check Out Research Organization for open-source/semi-open-source API
- https://robotics-sensors.github.io
- Check out website for more information avaliable open-source API 

# API in api_docs
- Temporarily Enabled for OpenSource
- 2D Space
- 3D Space
- 4D Space
- 5D Space
- 6D Space
- 7D Space
- 8D Space
- 9D 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)
### ✔️ confirmed versions
- `The step function efficiently computes the next step towards a target node within a specified distance limit.`

## Usage 2D Space

Suppose you have two nodes representing positions in a 2D space:
- `node0` at coordinates `(0, 0)`
- `node1` at coordinates `(5, 5)`

You want to compute the next step from `node0` towards `node1` while limiting the maximum distance to 3 units.

```python
# Define Import 
from bellande_robot_step.bellande_robot_step_2d import bellande_step_2d, Node2D

# Define the nodes
node0 = Node2D(0, 0)
node1 = Node2D(5, 5)

# Compute the next step within a distance limit of 3 units
next_step = bellande_step_2d(node0, node1, limit=3)

# Output the coordinates of the next step
print("Next Step Coordinates:", next_step.coord) 
```

## Usage 3D Space

Suppose you have two nodes representing positions in a 3D space:
- `node0` at coordinates `(0, 0, 0)`
- `node1` at coordinates `(5, 5, 5)`

You want to compute the next step from `node0` towards `node1` while limiting the maximum distance to 3 units.

```python
# Define Import 
from bellande_robot_step.bellande_robot_step_3d import bellande_step_3d, Node3D 

# Define the nodes
node0 = Node3D(0, 0, 0)
node1 = Node3D(5, 5, 5)

# Compute the next step within a distance limit of 3 units
next_step = bellande_step_3d(node0, node1, limit=3)

# Output the coordinates of the next step
print("Next Step Coordinates:", next_step.coord)
```

### Avaliable
- 2D Space
- 3D Space
- 4D Space
- 5D Space
- 6D Space
- 7D Space
- 8D Space
- 9D Space
- 10D Space


## Website PYPI
- https://pypi.org/project/bellande_robot_step

### Installation
- `$ pip install bellande_robot_step`

### Upgrade (if not upgraded)
- `$ pip install --upgrade bellande_robot_step`

```
Name: bellande_robot_step
Version: 0.3.0
Summary: Computes the next step towards a target node
Home-page: github.com/RonaldsonBellande/bellande_robot_step
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
Requires: numpy
Required-by:
```

## Published Paper
```
Coming Soon
```

## Preprint
- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)


## License
This Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) for more information.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bellande-robot-step",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "package, setuptools",
    "author": "RonaldsonBellande",
    "author_email": "ronaldsonbellande@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/44/8f/635984280754d4085671b76678fcb29d10752e307bd18204a7eb16ed0768/bellande_robot_step-0.3.3.tar.gz",
    "platform": null,
    "description": "# \ud83d\udce6 Bellande Step (Infinite Dimensions)\n\n## Preprint\n- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)\n\n## \ud83e\uddd9 Organization Website\n- [![Organization Website](https://img.shields.io/badge/Explore%20Our-Website-0099cc?style=for-the-badge)](https://robotics-sensors.github.io)\n\n## \ud83e\uddd9 Organization Github\n- [![Organization Github ](https://img.shields.io/badge/Explore%20Our-Github-0099cc?style=for-the-badge)](https://github.com/Robotics-Sensors)\n\n# Author, Creator and Maintainer\n- **Ronaldson Bellande**\n\n## Bellande Step Executables & Models\n- [![Bellande Step Models & Executables ](https://img.shields.io/badge/Bellande%20Step-Models/Executables-0099cc?style=for-the-badge)](https://github.com/Artificial-Intelligence-Computer-Vision/bellande_step_models_executables)\n\n# API HTTP Usability (BELLANDE FORMAT)\n```\n# Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n# \n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <https://www.gnu.org/licenses/>.\n# GNU General Public License v3.0 or later\n\nurl: https://bellande-robotics-sensors-research-innovation-center.org\n\nendpoint_path:\n    bellande_step: /api/Bellande_Step/bellande_step_nd\n\nBellande_Framework_Access_Key: bellande_web_api_opensource\n```\n\n# API HTTP Usability (JSON FORMAT)\n```\n{\n  \"license\": [\n    \"Copyright (C) 2024 Bellande Robotics Sensors Research Innovation Center, Ronaldson Bellande\",\n    \"This program is free software: you can redistribute it and/or modify\",\n    \"it under the terms of the GNU General Public License as published by\",\n    \"the Free Software Foundation, either version 3 of the License, or\",\n    \"(at your option) any later version.\",\n    \"\",\n    \"This program is distributed in the hope that it will be useful,\",\n    \"but WITHOUT ANY WARRANTY; without even the implied warranty of\",\n    \"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\",\n    \"GNU General Public License for more details.\",\n    \"\",\n    \"You should have received a copy of the GNU General Public License\",\n    \"along with this program.  If not, see <https://www.gnu.org/licenses/>.\",\n    \"GNU General Public License v3.0 or later\"\n  ],\n  \"url\": \"https://bellande-robotics-sensors-research-innovation-center.org\",\n  \"endpoint_path\": {\n    \"bellande_step\": \"/api/Bellande_Step/bellande_step_nd\"\n  },\n  \"Bellande_Framework_Access_Key\": \"bellande_web_api_opensource\"\n}\n```\n\n# API Payload Example\n```\n{\n    \"node0\": [0, 0, 0],\n    \"node1\": [100, 100, 100],\n    \"limit\": 75,\n    \"dimensions\": 3,\n    \"auth\": {\n      \"authorization_key\": \"bellande_web_api_opensource\"\n    }\n}\n```\n\n# \ud83e\uddd9 Website Bellande API Testing \n- [![Website API Testing](https://img.shields.io/badge/Bellande%20API-Testing-0099cc?style=for-the-badge)](https://bellanderoboticssensorsresearchinnovationcenterwebsite-kot42qxp.b4a.run/api/bellande_step_experiment)\n  \n# Quick Bellande API Testing\n```\ncurl -X 'POST' \\\n  'https://bellande-robotics-sensors-research-innovation-center.org/api/Bellande_Step/bellande_step_nd' \\\n  -H 'accept: application/json' \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n    \"node0\": [0, 0, 0],\n    \"node1\": [100, 100, 100],\n    \"limit\": 75,\n    \"dimensions\": 3,\n    \"auth\": {\n      \"authorization_key\": \"bellande_web_api_opensource\"\n    }\n  }'\n```\n\n# BS(Bellande Step) Algorithm API\n## Experiment 1 -- Limit = 1\n\n| ![2D](graphs_charts/graph_charts_1/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_1/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_1/4D_Space.png) *Figure 4D* |\n|:------------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------------:|\n| ![5D](graphs_charts/graph_charts_1/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_1/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_1/7D_Space.png) *Figure 7D* |\n| ![8D](graphs_charts/graph_charts_1/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_1/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_1/10D_Space.png) *Figure 10D* |\n\n\n## Experiment 2 -- Limit = 25\n\n| ![2D](graphs_charts/graph_charts_25/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_25/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_25/4D_Space.png) *Figure 4D* |\n|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|\n| ![5D](graphs_charts/graph_charts_25/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_25/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_25/7D_Space.png) *Figure 7D* |\n| ![8D](graphs_charts/graph_charts_25/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_25/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_25/10D_Space.png) *Figure 10D* |\n\n\n## Experiment 3 -- Limit = 50\n\n| ![2D](graphs_charts/graph_charts_50/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_50/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_50/4D_Space.png) *Figure 4D* |\n|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|\n| ![5D](graphs_charts/graph_charts_50/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_50/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_50/7D_Space.png) *Figure 7D* |\n| ![8D](graphs_charts/graph_charts_50/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_50/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_50/10D_Space.png) *Figure 10D* |\n\n\n## Experiment 4 -- Limit = 75\n\n| ![2D](graphs_charts/graph_charts_75/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_75/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_75/4D_Space.png) *Figure 4D* |\n|:-------------------------------------------------------------:|:-------------------------------------------------------------:|:-------------------------------------------------------------:|\n| ![5D](graphs_charts/graph_charts_75/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_75/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_75/7D_Space.png) *Figure 7D* |\n| ![8D](graphs_charts/graph_charts_75/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_75/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_75/10D_Space.png) *Figure 10D* |\n\n\n## Experiment 5 -- Limit = 100\n\n| ![2D](graphs_charts/graph_charts_100/2D_Space.png) *Figure 2D* | ![3D](graphs_charts/graph_charts_100/3D_Space.png) *Figure 3D* | ![4D](graphs_charts/graph_charts_100/4D_Space.png) *Figure 4D* |\n|:--------------------------------------------------------------:|:--------------------------------------------------------------:|:--------------------------------------------------------------:|\n| ![5D](graphs_charts/graph_charts_100/5D_Space.png) *Figure 5D* | ![6D](graphs_charts/graph_charts_100/6D_Space.png) *Figure 6D* | ![7D](graphs_charts/graph_charts_100/7D_Space.png) *Figure 7D* |\n| ![8D](graphs_charts/graph_charts_100/8D_Space.png) *Figure 8D* | ![9D](graphs_charts/graph_charts_100/9D_Space.png) *Figure 9D* | ![10D](graphs_charts/graph_charts_100/10D_Space.png) *Figure 10D* |\n\n\n\n# Check Out Research Organization for open-source/semi-open-source API\n- https://robotics-sensors.github.io\n- Check out website for more information avaliable open-source API \n\n# API in api_docs\n- Temporarily Enabled for OpenSource\n- 2D Space\n- 3D Space\n- 4D Space\n- 5D Space\n- 6D Space\n- 7D Space\n- 8D Space\n- 9D Space\n- 10D Space\n\n\n# Can also checkout portion of the docs at [Portion API DOCS](https://github.com/Robotics-Sensors/bellande_robots_step/blob/main/api_docs.md)\n### \u2714\ufe0f confirmed versions\n- `The step function efficiently computes the next step towards a target node within a specified distance limit.`\n\n## Usage 2D Space\n\nSuppose you have two nodes representing positions in a 2D space:\n- `node0` at coordinates `(0, 0)`\n- `node1` at coordinates `(5, 5)`\n\nYou want to compute the next step from `node0` towards `node1` while limiting the maximum distance to 3 units.\n\n```python\n# Define Import \nfrom bellande_robot_step.bellande_robot_step_2d import bellande_step_2d, Node2D\n\n# Define the nodes\nnode0 = Node2D(0, 0)\nnode1 = Node2D(5, 5)\n\n# Compute the next step within a distance limit of 3 units\nnext_step = bellande_step_2d(node0, node1, limit=3)\n\n# Output the coordinates of the next step\nprint(\"Next Step Coordinates:\", next_step.coord) \n```\n\n## Usage 3D Space\n\nSuppose you have two nodes representing positions in a 3D space:\n- `node0` at coordinates `(0, 0, 0)`\n- `node1` at coordinates `(5, 5, 5)`\n\nYou want to compute the next step from `node0` towards `node1` while limiting the maximum distance to 3 units.\n\n```python\n# Define Import \nfrom bellande_robot_step.bellande_robot_step_3d import bellande_step_3d, Node3D \n\n# Define the nodes\nnode0 = Node3D(0, 0, 0)\nnode1 = Node3D(5, 5, 5)\n\n# Compute the next step within a distance limit of 3 units\nnext_step = bellande_step_3d(node0, node1, limit=3)\n\n# Output the coordinates of the next step\nprint(\"Next Step Coordinates:\", next_step.coord)\n```\n\n### Avaliable\n- 2D Space\n- 3D Space\n- 4D Space\n- 5D Space\n- 6D Space\n- 7D Space\n- 8D Space\n- 9D Space\n- 10D Space\n\n\n## Website PYPI\n- https://pypi.org/project/bellande_robot_step\n\n### Installation\n- `$ pip install bellande_robot_step`\n\n### Upgrade (if not upgraded)\n- `$ pip install --upgrade bellande_robot_step`\n\n```\nName: bellande_robot_step\nVersion: 0.3.0\nSummary: Computes the next step towards a target node\nHome-page: github.com/RonaldsonBellande/bellande_robot_step\nAuthor: Ronaldson Bellande\nAuthor-email: ronaldsonbellande@gmail.com\nLicense: GNU General Public License v3.0\nRequires: numpy\nRequired-by:\n```\n\n## Published Paper\n```\nComing Soon\n```\n\n## Preprint\n- [![Preprint](https://img.shields.io/badge/Preprint-Bellande%20Step-0099cc?style=for-the-badge)](https://dapp.orvium.io/deposits/6650ccb8afb407dc8beb0ff2/view)\n\n\n## License\nThis Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_step/blob/main/LICENSE) for more information.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Robots Step",
    "version": "0.3.3",
    "project_urls": {
        "Home": "https://github.com/RonaldsonBellande/bellande_step",
        "Homepage": "https://github.com/RonaldsonBellande/bellande_step",
        "documentation": "https://github.com/RonaldsonBellande/bellande_step",
        "repository": "https://github.com/RonaldsonBellande/bellande_step"
    },
    "split_keywords": [
        "package",
        " setuptools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "448f635984280754d4085671b76678fcb29d10752e307bd18204a7eb16ed0768",
                "md5": "0b84dc5bf6962b9c44a17de013f21ae6",
                "sha256": "d719423b78e3ac1b70e263cb6c3950cee3a3f59a8fa6f487222addee7a1a2f52"
            },
            "downloads": -1,
            "filename": "bellande_robot_step-0.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0b84dc5bf6962b9c44a17de013f21ae6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 6364027,
            "upload_time": "2024-10-05T22:49:49",
            "upload_time_iso_8601": "2024-10-05T22:49:49.050211Z",
            "url": "https://files.pythonhosted.org/packages/44/8f/635984280754d4085671b76678fcb29d10752e307bd18204a7eb16ed0768/bellande_robot_step-0.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-05 22:49:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RonaldsonBellande",
    "github_project": "bellande_step",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bellande-robot-step"
}
        
Elapsed time: 0.41569s