blob: 9a801595a02fbd2e02b2c238b4a3c1d4a879ea3f [file] [log] [blame]
Austin Schuh7400da02018-01-28 19:54:58 -08001#include <ct/optcon/optcon-prespec.h>
2#include <ct/optcon/constraint/term/ObstacleConstraint-impl.h>
3
4#if @DOUBLE_OR_FLOAT@
5template class ct::optcon::ObstacleConstraint<@STATE_DIM_PRESPEC@, @CONTROL_DIM_PRESPEC@, @SCALAR_PRESPEC@>;
6#endif