- Aug 26, 2024
-
-
Guilhem Saurel authored
libeigen3-dev (3.3.7-2) seems too old for proxqp: ```cpp In file included from /usr/include/eigen3/unsupported/Eigen/IterativeSolvers:29, from /root/upstream_ws/install/include/proxsuite/proxqp/sparse/views.hpp:21, from /root/upstream_ws/install/include/proxsuite/proxqp/sparse/solver.hpp:22, from /root/upstream_ws/install/include/proxsuite/proxqp/sparse/wrapper.hpp:12, from /root/upstream_ws/install/include/proxsuite/proxqp/dense/wrapper.hpp:10, from /root/upstream_ws/install/include/proxsuite/proxqp/dense/dense.hpp:8, from /root/target_ws/src/tsid/include/tsid/solvers/solver-proxqp.hpp:22, from /root/target_ws/src/tsid/src/solvers/solver-proxqp.cpp:18: /usr/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h: In function ‘void Eigen::internal::constrained_cg(const TMatrix&, const CMatrix&, VectorX&, const VectorB&, const VectorF&, Eigen::IterationController&)’: /usr/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:162:51: error: ‘cerr’ is not a member of ‘std’ 162 | if (iter.noiseLevel() > 0 && transition) std::cerr << "CCG: transition\n"; | ^~~~ ```
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Feb 13, 2023
-
-
Olivier Stasse authored
* [pre-commit] Add clang-format Google style. * [pre-commit] Add flag to ignore sorting of includes. * [pre-commit] Apply clang-format following Google style and ignoring includes sorting. * [git-blame-ignore-revs] Add commit applying google style and avoid sort include. * ci: fix potential issue related to recent update of industrial_ci --------- Co-authored-by:
Olivier Stasse <olivier.stasse@laas.fr> Co-authored-by:
Justin Carpentier <justin.carpentier@inria.fr>
-
- Jan 06, 2023
-
-
Wolfgang Merkt authored
* [CI] Add ROS-CI (ROS1 Noetic) * [CI] proxsuite master -> main * [CI] Use fork for proxqp to test package.xml fixes * [CI] Use catkin-tools to build * [CI] Build with colcon * [CI] Recursive checkout * [CI] Add metapackage to make sure upstream workspace builds * [CI] Fix CMAKE_ARGS * [CI] Proxsuite without vectorisation (simde not available) * [CI] Add dependencies rosinstall * [CI] Debug and Release builds * Change to ignore Wdeprecated-declarations * [CI] Try without metapackage * dependencies.rosinstall: Change ProxQP back to official repo
-