-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The patches for thumb proximal exist on the palm too (ptmp/ptmd ptip/ptid), to solve the thumb proximal disappearing under the palm surface, but keep the colored markers displayed.
however, in the current situation, the merging of taxels into contacts for markers is problematic because based on the same URDF description that MUST have a group defined.
- those markers are grouped for the thumb proximal, which is valid
- those markers are also counted for the palm group, which is invalid.
An idea is to set those markers in a special group called "ignore" or just an empty group maybe, so that the tactile_merger does not consider them when clustering (and maybe also when not clustering, because arrows can "pierce" through the palm even if thumb proximal is underneath)
Additionally, there was a concern about not clustering the palm at all. and produce only individual contact states.
So maybe there is a distinction to make with an individual group and an ignored group.