reuleaux icon indicating copy to clipboard operation
reuleaux copied to clipboard

Add constraints to final pose output

Open akgoins opened this issue 8 years ago • 2 comments

  • [ ] Add bounding box that will constrain the output base location. Constraint should allow for "inside bounding box" for selecting a specific region, and "outside bounding box" for excluding the work cell.
  • [ ] Add orientation constraint to eliminate final base locations that are not within a given constraint (X degrees from vertical, etc.)

akgoins avatar Nov 01 '16 15:11 akgoins

How do I introduce constraints and check if a given pose is reachable or not?

Kaushik093 avatar Jun 28 '22 15:06 Kaushik093

@Kaushik093 This reuleaux version is not designed in such way where you can search for a specific pose for reachability. For checking reachability for a specific pose, you can just ran it by your ik solver and it can provide you the output very easily.

jontromanab avatar Jul 04 '22 17:07 jontromanab