Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 720 Bytes

PyBullet Robot

PyPI version

This package provides:

  1. A generel Python interface class for robot simulations using PyBullet. 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

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

Usage

(TODO)