Sequential Manipulation Planning on Scene Graph
Clone the repository
git clone --recursive <git-package-url>
where <git-package-url>
the git repo URL of our package.
Install the sdf submodule
cd POG-Demo/sdf
pip install -e .
Install the pog module
cd ..
pip install -e .
We provid two examples which correspond to exp 1 and 2 on paper.
python pog_example/iros_2022_exp/exp1/main.py 10 -viewer
python pog_example/iros_2022_exp/exp2/main.py -viewer
Please checkout the project website for more details and video demos