Skip to content

Commit

Permalink
Add several more badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Jan 21, 2024
1 parent f48ea58 commit 7cf1ead
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# MPlib
MPlib is a lightweight python package for motion planning, which is decoupled from ROS and is easy to set up. With a few lines of python code, one can achieve most of the motion planning functionalities in robot manipulation.

[![documentation](https://github.com/haosulab/MPlib/actions/workflows/pages/pages-build-deployment/badge.svg)](https://haosulab.github.io/MPlib/mplib.html)

<p align="center">
<img src="demo.gif">
</p>

[![PyPI - Version](https://img.shields.io/pypi/v/mplib)](https://pypi.org/project/mplib/)
[![Downloads](https://static.pepy.tech/badge/mplib)](https://pepy.tech/project/mplib)
[![Build python wheels](https://img.shields.io/github/actions/workflow/status/haosulab/MPlib/build_and_publish.yml)](https://github.com/haosulab/MPlib/releases/tag/nightly)
[![Documentation](https://github.com/haosulab/MPlib/actions/workflows/pages/pages-build-deployment/badge.svg)](https://haosulab.github.io/MPlib/mplib.html)
[![License](https://img.shields.io/github/license/haosulab/MPlib)](https://github.com/haosulab/MPlib?tab=MIT-1-ov-file#readme)

MPlib is a lightweight python package for motion planning,
which is decoupled from ROS and is easy to set up.
With a few lines of python code, one can achieve most of the motion planning
functionalities in robot manipulation.

## Installation

Pre-built pip packages support Ubuntu 18.04+ with Python 3.6+.
Expand Down

0 comments on commit 7cf1ead

Please sign in to comment.