Skip to main content

A modular robotics framework for controlling various robots

Project description

SuperBot

SuperBot is a modern, modular robotics framework designed for controlling dual-arm piper robots and other robotic systems. It provides a clean, intuitive API for robot control, sensor integration, and utility functions.

Features

  • Modular architecture with separate modules for bots, sensors, and utilities
  • Dual-arm piper robot control interface
  • Sensor management system
  • Utility functions for robotics operations
  • Clean, well-documented API

Installation

pip install superbot

Quick Start

from superbot import RobotWrapper

# Initialize the robot wrapper with CAN interfaces
robot = RobotWrapper(can_interfaces=("can_left", "can_right"))

# Move to a specific pose
import numpy as np
target_pose = np.eye(4)  # 4x4 identity matrix as example
robot.move_to_pose(left_target=target_pose, right_target=target_pose)

# Close the grippers halfway
robot.set_gripper(0.5, 0.5)

# Get current robot state
state = robot.get_current_state()
print(state)

Architecture

SuperBot follows a modular design:

  • bots: Contains robot-specific implementations (dual_piper, etc.)
  • sensors: Sensor management and interfaces
  • utils: Common utility functions for robotics operations

Contributing

Contributions are welcome! Please see the contributing guidelines for details.

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

superbot2-0.1.0.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

superbot2-0.1.0-py3-none-any.whl (12.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: superbot2-0.1.0.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for superbot2-0.1.0.tar.gz
Algorithm Hash digest
SHA256 015e2a39ed0de5dd131be1087748edec813aa490f4c62f356c046cc17cf5e257
MD5 7220bdcf66acd836f4a0be97ac0546ac
BLAKE2b-256 4a0c316eb08e848c76795284851beb77a82bed09e886a5188512508656b0188b

See more details on using hashes here.

File details

Details for the file superbot2-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: superbot2-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.0

File hashes

Hashes for superbot2-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 038e26efc30f0b2c5efa657829e44c631ab2ef08a97d8784647a81dc8509f20d
MD5 97e9fe7cdb1c89e712ce51c1b05770f1
BLAKE2b-256 54fbea7d245f127946a2f7d40b14e91d450040b85c4465f1766ec03297cbccac

See more details on using hashes here.

Supported by

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