-
Notifications
You must be signed in to change notification settings - Fork 46
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
Unable to grasp needle, proximity not detected #65
Comments
Hi Kim, |
Thanks Adnan, |
Hi Adnan, (I work together with Kim) I still experience some grasping problems. I have tried toggling on the visibility of the sensor and It looks like the sensor ray is too short to detect objects at the very tip of the gripper (I have included a video). Is this correct? I would expect the end of the sensor ray to be at the tip of the gripper. grasping_problems.webmI have also experienced the ray sensor extend beyond the gripper tip in cases where the suture phantom is detected. (I have included a video) extended_ray.webm(I have tried extending the ray length to be at the tip of the gripper which helped) I hope you can help, thanks :) |
Hi @adnanmunawar,
I'm revisiting Task 2 (needle grasping and driving) as we have some students wanting to use the simulated environment in a project. I'm experiencing some issues however:
Even though the tool is placed in a "good" pose, I'm unable to grasp the needle (it is not detected by the "proximity sensor" and thus not attached to the tool). I notice that only one object is listed in
/ambf/env/psm2/Sensor0/State/sensed_objects
at any one time. Almost always it'sPhantom
when close to the needle (lying on the phantom).Below is a small video to help show the problem (motions look jerky but that's because of poor video recording).
I interface with the simulator via
launch_crtk_interface.py
and I have setadd_joint_errors=False
.I use 314a4ba and WPI-AIM/ambf@18637b4.
Screencast.from.2023-03-01.15.56.40.webm
The text was updated successfully, but these errors were encountered: