-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inequality Support in MATLAB/Python #165
Comments
Could this be used for limiting velocity? I have thought that this might improve imu based navigation by allowing you to specify a max velocity that your robot could achieve. |
Yes it could! |
In the meantime, wrapping via |
@gchenfc Friendly ping :) |
16934a98d Merge pull request borglab#165 from borglab/remove-matrix-assumptions ff222ecf9 update DOCS.md 48232621e remove unused fixture e60ed9f10 unit test showing better control of Vector and Matrix definitions 2559b4f95 remove special checks for Vector and Matrix, leaving the onus on the developer git-subtree-dir: wrap git-subtree-split: 16934a98dd1acf5c814d526603c88526ea41bdbf
38a1bfa01 Merge pull request #166 from borglab/pybind-update 129e81b3e fix for compiling on Clang dcdacc833 upgrade to pybind11 v2.13.1 16934a98d Merge pull request #165 from borglab/remove-matrix-assumptions ff222ecf9 update DOCS.md 48232621e remove unused fixture e60ed9f10 unit test showing better control of Vector and Matrix definitions 2559b4f95 remove special checks for Vector and Matrix, leaving the onus on the developer git-subtree-dir: wrap git-subtree-split: 38a1bfa0123e36561104502e86f89a569873638b
Feature
Inequality factors and graphs support in MATLAB/Python wrappers
Motivation
Inequalities are already supported in C++, it would be great to also be supported in the wrappers.
Pitch
Many problems require inequalities such as joint limits, cable robot tensions, and many other kinematics/dynamics problems. Bringing inequalities to python would broaden the audience and useability of GTSAM for kinematics, dynamics, motion planning, etc problems.
Alternatives
Custom nonlinear factors, i.e. barrier function
Additional context
The text was updated successfully, but these errors were encountered: