Skip to main content

Pythonic robotics toolkit

Project description

ROXBOT - a Pythonic robotics toolkit

What is this?

Project roxbot is a handbook for robotcs developers. It is intended as a knowledge base, providing a series of examples, reusable library code and tips and tricks for building robotic systems. Common use case is an AGV, navigating with an RTK-GPS module.

Project roadmap

see roadmap discussion

Note: watch this repository to be notified about updates. (we don't do spammy mailing lists)

Quick start

What about ROS?

Well, ROS2 has some nice concepts, but it can be complex and complicated. Besides, ROS is C++ centric, which makes it a bit old-fashioned. Another shortcoming is a large codebase that has not been widely tried and tested in real world applications.

Key principles

  • KISS (keep it simple, stupid): - let's make robotics easier by reducing complexity.
  • Less Code Equals Fewer Problems: - keep codebase small and portable. "Code is not an asset but a liability"
  • Don't reinvent the wheel - leverage robust existing technologies. Think of asyncio, Docker etc.

Concepts

ROXBOT takes familiar ideas from ROS2 and makes them easier to use and more Python-friendly:

  • Nodes: These are small, focused classes that perform specific tasks within the robotics application. For example, one Node might manage sensor data while another controls a motor.

  • Interfaces: These are standardized formats that ensure consistent data exchange between Nodes. This makes it easy for different parts of your project to communicate and work together effectively.

  • Subsystems: This term refers to a group of Nodes that work together to perform a broader function like motion control or data logging. These subsystems can be packaged into Docker containers for easy deployment and scaling.

  • System: This is the complete set of subsystems working together as a whole, forming a fully functional robotic system. We manage these as a Docker stack to ensure they are robust and scalable.

Classes overview

images are found in docs/uml

run invoke uml to update.

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

roxbot-0.4.1.tar.gz (1.3 MB view details)

Uploaded Source

Built Distribution

roxbot-0.4.1-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file roxbot-0.4.1.tar.gz.

File metadata

  • Download URL: roxbot-0.4.1.tar.gz
  • Upload date:
  • Size: 1.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for roxbot-0.4.1.tar.gz
Algorithm Hash digest
SHA256 ef6cd58a0179160f2b39e081fe5f244c3fd4fc18a459dacbc19d85fa2e7c8a46
MD5 897dfe6a8c1d35abe419a2cdac77b8dd
BLAKE2b-256 afbddec1d48bdcd5e8ed420819d64aad777a0c3d9c1968cf3403a7e415078ba6

See more details on using hashes here.

File details

Details for the file roxbot-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: roxbot-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 20.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for roxbot-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f78f044b2e8b05e9494d70996035225089f030b301db610a797630ff45490b0
MD5 39739bcaa5dad2485ea964ceb086c153
BLAKE2b-256 c6246455adb086150c10801f743bce449a8debaabfc52c091603c79bdc19800b

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