An open API service indexing awesome lists of open source software.

https://github.com/um-arm-lab/smmap

Simultaneous Modeling Manipulation And Planning
https://github.com/um-arm-lab/smmap

Last synced: 7 months ago
JSON representation

Simultaneous Modeling Manipulation And Planning

Awesome Lists containing this project

README

          

# smmap
## Dependencies (inherited from smmap_utilities)
* [Gurobi](https://www.gurobi.com)
Get academic license
Download and [follow installation instructions for 7.0.X](http://www.gurobi.com/documentation/7.0/quickstart_linux/software_installation_guid.html#section:Installation) (extract to /opt, add some lines to .bashrc)
Switch to using the g++5.2 version

`cd ${GUROBI_HOME}/lib ` `ln -sf libgurobi_g++5.2.a libgurobi_c++.a`

* Python cvxopt

`sudo apt install python-cvxopt`

* [NOMAD Optimizer](https://sourceforge.net/projects/nomad-bb-opt/)

* Extract files to install directory (typically /opt/nomad.3.8.1)
* Add `NOMAD_HOME="/opt/nomad.3.8.1"` to `~/.bashrc`
* run `cd $NOMAD_HOME/install && sudo ./install.sh`
* Feel free to install somewhere else if you like and change the commands accordingly (https://www.gerad.ca/nomad/Downloads/user_guide.pdf)