Skip to content

WPI-ARC/comps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comps

Fork of the Constrained Manipulation Planning Suite (CoMPS) by Dmitry Berenson

Dependency

NEWMAT:

sudo apt-get install libnewmat10-dev

cdd lib: https://www.inf.ethz.ch/personal/fukudak/cdd_home/

sudo apt-get install libgmp3-dev
wget ftp://ftp.math.ethz.ch/users/fukudak/cdd/cddlib-094h.tar.gz
tar -xvf cddlib-094h.tar.gz
cd cddlib-094h
./configure
make -j4
sudo make install
cd /usr/local/include
sudo mkdir cdd
sudo mv cdd_f.h cddmp_f.h cddtypes_f.h cdd.h cddmp.h cddtypes.h setoper.h cdd

About

Fork of the Constrained Manipulation Planning Suite (CoMPS) by Dmitry Berenson

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Python 4.0%
  • CMake 2.9%
  • Makefile 0.1%