robotics-toolbox-matlab
robotics-toolbox-matlab copied to clipboard
Collision model
Can I define additional constraints on link variables (such as q2+q3<pi
)?
Collision model is missing, how can I define it? https://github.com/petercorke/robotics-toolbox-matlab/blob/45e5a0b4544bf24b818ddc63aebb221a91dcb13a/%40SerialLink/collisions.m#L23
Collision model in pHRIWARE is not updated for 4 years. https://github.com/bryan91/pHRIWARE/blob/master/next/Classes/CollisionModel.m
Constraints such as you suggest are not supported, but are by the underlying optimiser. You could ikcon().
Not updated doesn't mean you can't use it. Is there a specific issue?