Metadata-Version: 2.1
Name: pybullet_robot
Version: 0.1.2
Summary: A generel Python interface class for robot simulations using PyBullet. Also provides an IK interface for multi-end-effector robots that uses bullet physics as a solver.
Author-email: Saif Sidhik <mail@saifsidhik.page>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: robot-descriptions<2,>=1.11.0

# PyBullet Robot

[![PyPI version](https://badge.fury.io/py/pybullet-robot.svg)](https://badge.fury.io/py/pybullet-robot)

This package provides:
1. A generel Python interface class for robot simulations using [PyBullet](https://www.pybullet.org). Python API class to control and monitor the robot in the simulation.
2. A pybullet inverse kinematics interface that can be used for getting joint position values when end-effector/link targets are provided. Supports multi-end-effector targets and floating-base robots.


## Installation

# From pypi

`pip install pybullet_robot`

# From source

```bash
git clone -b main https://github.com/justagist/pybullet_robot
cd pybullet_robot 
pip install .
```

## Usage

(TODO)
