Skip to content

A generel Python interface class for robot simulations using PyBullet. An implementation of Franka Emika Panda robot interface provided as example.

Notifications You must be signed in to change notification settings

justagist/pybullet_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A generel Python interface class for robot simulations using PyBullet. An implementation of Franka Emika Panda robot interface provided as example.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages