hans-robot / elfin_robot

ROS meta-package for Elfin robot
http://wiki.ros.org/Robots/Elfin
BSD 3-Clause "New" or "Revised" License
104 stars 59 forks source link

Collision Detection limits #37

Open jwwood3 opened 1 year ago

jwwood3 commented 1 year ago

Hello, where are the collision detection force cutoffs defined? I would like to be able to increase the sensitivity to collisions for safety, so even a light collision will trigger the fault. It would also be helpful to have access to the torque sensors in the arm. Is there a way to get those readings through the api? Thank you.

Neverforgetlove commented 1 year ago

It dosen't provided collision detection function when you use ROS to control the robot.But you can get the joint effort in topic /joint_states aa2a238607edd0bcebd7311731b9209

jwwood3 commented 1 year ago

It dosen't provided collision detection function when you use ROS to control the robot.

Really? It has been stopping itself if it runs into something. Is there something else that would be doing that?

Neverforgetlove commented 1 year ago

Only can use joint effort to judged it now