Skip to content

qpoasesv3.2.2

Updated

Open-source C++ implementation of the online active set strategy for quadratic programming

#Usage

The package quarter provides CMake targets:

find_package(qpOASES CONFIG REQUIRED)

target_link_libraries(your_target PRIVATE qpOASES::qpOASES)

For backward compatibility, the following variables are also provided:

target_include_directories(your_target PRIVATE ${qpOASES_INCLUDE_DIR})
target_link_libraries(your_target PRIVATE ${qpOASES_LIBRARY})

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • shixiong2333's avatarshixiong2333

#Changelog

  • 305a76f[qpoases] Add new port (#49101)