Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 474 Bytes

ASPIRE

Assembly with Symbolic Planning In Robotic Experiments

Installation

  1. git clone [email protected]:correlllab/magpie_control.git
  2. cd magpie_control
  3. python3.10 -m pip install -e . --user
  4. cd ..
  5. git clone --recurse-submodules [email protected]:correlllab/ASPIRE.git
  6. cd ASPIRE
  7. git submodule update --init --recursive
  8. python3.10 -m pip install -e . --user
  9. buildfd

Dependencies

  • Python 3.10