Skip to main content

Robots Step

Project description

📦 Bellande Step

✔️ 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.

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

# Compute the next step within a distance limit of 3 units
next_step = step_from_to(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.

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

# Compute the next step within a distance limit of 3 units
next_step = step_from_to_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

Installation

  • $ pip install bellande_robot_step
Name: bellande_robot_step
Version: 0.1.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:

License

This Package is distributed under the GNU General Public License v3.0, see LICENSE and NOTICE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bellande_robot_step-0.1.0.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file bellande_robot_step-0.1.0.tar.gz.

File metadata

  • Download URL: bellande_robot_step-0.1.0.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for bellande_robot_step-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ed0e2e1cdd0c98a6c092a80af6db0797beb8eb7d6a82e71b5916097ffc3b72d0
MD5 74a1b946913c8093dadc7a2cdc9b5fe4
BLAKE2b-256 3af6a7396bd39e2702877e2c8e90115efd33a7fcf1eb64e3b0371742671de9ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page