|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged osqp_eigen at Robotics Stack Exchange
|
osqp_eigen package from osqp_eigen repoosqp_eigen |
ROS Distro
|
Package Summary
| Version | 0.11.2 |
| License | BSD-3-Clause |
| Build type | CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/robotology/osqp-eigen.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2026-07-20 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Giulio Romualdi
- Stefano Dafarra
- Silvio Traversaro
Authors
osqp-eigen
| General |
|
|---|---|
| CI/CD |
|
| conda |
|
Simple C++ wrapper for osqp library.
📚 Documentation
The documentation is available online at the accompanying website.
📄 Dependences
The project depends only on osqp and Eigen3. Please install Catch2 if you want to run the tests only for testing.
🛠️ Usage
📦 Install with conda (recommended)
You can easily the library with conda using the following command
conda install -c conda-forge osqp-eigen
conda will automatically install osqp and Eigen3.
⚙️ Build from source (advanced)
- Clone the repository
git clone https://github.com/gbionics/osqp-eigen.git
- Build it
cd osqp-eigen
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=<custom-folder> ../
make
make install
- Add the following environmental variable
OsqpEigen_DIR=/path/where/you/installed/
🖥️ How to use the library
osqp-eigen provides native CMake support which allows the library to be easily used in CMake projects.
osqp-eigen exports a CMake target called OsqpEigen::OsqpEigen which can be imported using the find_package CMake command and used by calling target_link_libraries as in the following example:
cmake_minimum_required(VERSION 3.0)
project(myproject)
find_package(OsqpEigen REQUIRED)
add_executable(example example.cpp)
target_link_libraries(example OsqpEigen::OsqpEigen)
If you prefer to use the bazel build system, osqp-eigen is available in the Bazel Central Registry, so you can use it following the docs available at https://registry.bazel.build/modules/osqp-eigen.
🐛 Bug reports and support
All types of issues are welcome.
🧩 Compatibility Policy
This project tries to avoid removing functionalities in minor releases, while functionalities are only removed in major version. However, this is only done in a best-effort way, and it may be possible that backward incompatibly changes occur in minor releases (see EffVer for more details). Furthermore, the policy is that patch releases does not modify at all the public headers (i.e. the installed .h and .hpp) files of the project. This is done to ensure that no ABI change will occur in patch releases, without having to manually track ABI changes.
📝 License
Materials in this repository are distributed under the following license:
All software is licensed under the BSD 3-Clause License. See LICENSE file for details.