Skip to content

This is the live development for the sequential assembly planning algorithms shown in the paper: "Optimal Robotic Assembly Sequence Planning: A Sequential Decision-Making Approach". An official stable version is provided at the link below.

License

Notifications You must be signed in to change notification settings

Kartik-Nagpal/ISAM-ORASP-dev

Repository files navigation

ISAM-ORASP-dev

Please note that this is LIVE DEVELOPMENT repo and stable version of this Assembly Planning code is available here.

Quick Note

You can recreate the python environment used to run these files via:

conda create --name <env> --file requirements.txt

SImiliarily, using a standard Python 3 installation, you can also use:

python3 -m venv env
source env/bin/activate
pip install -r pipRequirements.txt

About

This is the live development for the sequential assembly planning algorithms shown in the paper: "Optimal Robotic Assembly Sequence Planning: A Sequential Decision-Making Approach". An official stable version is provided at the link below.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published