Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to attach the sensor of the finger tip #1925

Open
Entongsu opened this issue Feb 22, 2025 · 1 comment
Open

[Question] How to attach the sensor of the finger tip #1925

Entongsu opened this issue Feb 22, 2025 · 1 comment

Comments

@Entongsu
Copy link

Hello,

I am working with a Franka Emika Panda robot and would like to add a contact sensor specifically to the tip of the gripper rather than the entire finger.

Currently, the contact sensor applies to the entire surface of the gripper finger, but I need a more localized contact detection at the fingertip.

Could you provide guidance on how to achieve this in Isaac Lab? Specifically:

How do we define a contact sensor region limited to the gripper tip?
How to modify the sensor attachment so it does not cover the full gripper?

Thank you!

@virgilio96upm
Copy link

Hi, I believe that it is currently not possible to specify the position of the contact sensor in isaaclab (see source code https://isaac-sim.github.io/IsaacLab/main/_modules/isaaclab/sensors/contact_sensor/contact_sensor.html#ContactSensor). One solution is to add a small body at the tip of the finger or split the finger into two bodies and assign the contact sensor to the tip body. Another workaround is to try to add the contact sensor definition from Isaacsim, which allows to define the position of the sensor as shown in the API documentation: https://docs.isaacsim.omniverse.nvidia.com/latest/py/source/extensions/isaacsim.sensors.physics/docs/index.html#isaacsim.sensors.physics.ContactSensor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants