urdf conditional limits
I was wondering if there was any way to specify a limit in urdf or xacro based on the positions of other joints or perhaps based on another transform entirely. My robot uses parallelograms and triangles in its structure, and while I know this is not 100% urdf compatible, I'm naturally trying to use as much existing code as possible. Anyway, my robot model works relatively well, but my "hacked" urdf joints should have a different "safe" range than their full range. This "safe" range is dependant on either the entire robot state (or at least parts of it) or the base coordinate system. Thanks for your help.
Note: I'm still under the impression that parallel robots are not urdf compatible, but I'd be super happy to know if there is support for them now. This thread says there still isn't, but this thread creates a gripper with parallel links using some undocumented urdf tag called mimic? Any clarification about this is welcome, as well.