wb-toolbox
wb-toolbox copied to clipboard
Simulink toolbox to rapidly prototype robot controllers
- [x] I already updated to the latest version I can use - [x] I already checked similar issues using the search box - [x] I already checked the website...
#### Summary We would like to expose the adaptive_rho option (and eventually other options in the OSQP block. #### Motivation By default, OSQP is not deterministic, but if you set...
We should clarify in documentation the meaning of `robotName`, that is just the `portprefix`, so it can be ignored by YARP-less Simulink models, see https://github.com/robotology/wb-toolbox/blob/b776e49673abad3f697170648703532b57223570/toolbox/base/src/RobotInterface.cpp#L175 . fyi @VenusPasandi
Solve osqp warning: ~~~ /__w/robotology-superbuild/robotology-superbuild/src/WBToolbox/toolbox/library/src/OSQP.cpp: In member function 'virtual bool wbt::block::OSQP::output(const blockfactory::core::BlockInformation*)': /__w/robotology-superbuild/robotology-superbuild/src/WBToolbox/toolbox/library/src/OSQP.cpp:549:50: warning: 'bool OsqpEigen::Solver::solve()' is deprecated: Use solveProblem() instead. [-Wdeprecated-declarations] bool solveReturnVal = pImpl->sqSolver->solve(); ^ ~~~ I think...
#### Summary A block similar to the `Jacobian` block,  but provided with 2 frame names as inputs, it gives the relative Jacobian between the 2 frames....
What is the minimum MATLAB/Simulink version WBToolbox should support in the DIC organization? Actually I asked a more general question in Teams General, about the supported MATLAB version w.r.t. all...
I have a doubt on how to work (especially with multiple developers/contributors) on WB-Toolbox. The repo contains two Simulink models: * `wb-toolbox/matlab/library/WBToolboxLibrary_repository.mdl`: This is the file that is meant to...
See https://github.com/robotology/wb-toolbox/pull/209#discussion_r637747572 .
#### Summary The qpOASES QP solver with default options sometimes mark as unfeasible problems that are feasible, see https://github.com/coin-or/qpOASES/issues/85 . However, from https://github.com/coin-or/qpOASES/issues/85#issuecomment-778382108 and https://raw.githubusercontent.com/coin-or/qpOASES/master/doc/manual.pdf page 30, it seems that...