You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class LBOTH,CART,SINK,OINK,RRT,TOPPRA,SCENE,TYPES,SHORT,PIN,COAL both
82
82
class USER neutral
@@ -142,7 +142,7 @@ Algorithm packages
142
142
Each algorithm package builds on the core package, bringing in its own external solver where needed:
143
143
144
144
- **SimpleIK** iterates a damped least-squares update using Jacobians from the ``Scene``.
145
-
- **OInK** formulates IK as a quadratic program over tasks, constraints, and control barrier functions, and solves it with `OSQP<https://osqp.org/>`_ (through `osqp-eigen <https://github.com/gbionics/osqp-eigen>`_).
145
+
- **OInK** formulates IK as a quadratic program over tasks, constraints, and control barrier functions, and solves it with `ProxSuite<https://github.com/Simple-Robotics/proxsuite>`_.
146
146
- **RRT** grows search trees in configuration space, using the ``Scene`` for sampling and collision checks and the vendored `dynotree <https://github.com/quimortiz/dynotree>`_ k-d tree for nearest-neighbor lookups.
147
147
- **TOPP-RA** wraps the `toppra <https://github.com/hungpham2511/toppra>`_ library to time-parameterize joint paths subject to the velocity and acceleration limits stored in the ``Scene``.
148
148
- **CartesianPathPlanner** is the main integration point: it tracks a task-space path with an internal OInK solver and times the result either with a trapezoidal velocity profile or with TOPP-RA.
0 commit comments