Skip to content
forked from Zackory/mengine

Manipulation Engine for 16741 coursework

License

Notifications You must be signed in to change notification settings

RuihanGao/mengine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manipulation Engine

Install with a virtualenv

python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip3 install --upgrade pip
git clone https://github.com/Zackory/mengine.git
cd mengine
pip3 install -e .

Quick Install

python3 -m pip install mengine@git+https://github.com/Zackory/mengine.git

Example

cd examples
python3 example_push.py

Manipulation Engine

Ruihan's notes

  • Use git pull upstream main to pull from Zacktory's origin repo and sync for future assignments.

About

Manipulation Engine for 16741 coursework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%