Source: ros-kinetic-ifopt
Section: misc
Priority: extra
Maintainer: Alexander W. Winkler <winklera@ethz.ch>
Build-Depends: debhelper (>= 9.0.0), ros-kinetic-catkin
Homepage: https://github.com/ethz-adrl/ifopt
Standards-Version: 3.9.2

Package: ros-kinetic-ifopt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ros-kinetic-ifopt-core, ros-kinetic-ifopt-ipopt, ros-kinetic-ifopt-snopt
Description: Provides a unified Eigen- based interface to use Nonlinear Programming solvers such as Ipopt and Snopt.
 The user defines the solver independent optimization problem by set of C++ classes resembling variables, cost and constraints. Subsequently, the problem can be efficently solved with either solver.
