Skip to content

Commit

Permalink
Better readme
Browse files Browse the repository at this point in the history
Signed-off-by: An Thai Le <an.thai.le97@gmail.com>
  • Loading branch information
anindex committed Oct 15, 2021
1 parent d051869 commit 42e3597
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ This repos implements the method for "Learning Task-parametrized Riemannian Moti

## Installation

The installation is simple, please choose your directory that you want to save `tp-rmp` repo and change to that directory. Then type:

```bash
git clone https://github.com/humans-to-robots-motion/tp-rmp
cd tp-rmp
Expand All @@ -11,7 +13,25 @@ pip install -r requirements.txt

## Usage

To see the reproduction of picking skill under dynamic task situations, e.g. pick moving object, please run:
We create a dataset of 2D skills consisting of `start` frame and `end` frame

For 2D virtual point system setting, to see the reproduction the following 2D skill:

![](figures/J_2Dskill.png)

under moving `end` frame in circle, please run:

```bash
python scripts/test_tprmp_2d_moving.py
```

to see the reproduction under moving `end` frame in circle and avoiding obstacle, please run:

```bash
python scripts/test_tprmp_2d_moving_rmpflow.py
```

For 6-DoFs UR5 robot arm setting, to see the reproduction of picking skill under dynamic task situations, e.g. pick moving object, please run:

```bash
python scripts/test_tprmp_moving.py
Expand Down
Binary file added figures/J_2Dskill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42e3597

Please sign in to comment.