You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm using the Franka hand on the Franka Emika Panda robot, running franka_ros on ros noetic. I control the gripper using the franka_gripper/GraspGoal message. But i've noticed that franka_gripper/joint_states effort field is always 0. I've dug into the franka_gripper_node.cpp code and i noticed that the effort is hardcoded to 0.
Upon further inspection of LibFranka's GripperState struct i've noticed it doesn't even have an effort attribute. Is there any way to get live effort feedback from the gripper?
The text was updated successfully, but these errors were encountered:
gaspersavle
changed the title
Franka hand force eedback
Franka hand force fedback
May 6, 2025
Hi, i'm using the Franka hand on the Franka Emika Panda robot, running
franka_ros
on ros noetic. I control the gripper using thefranka_gripper/GraspGoal
message. But i've noticed thatfranka_gripper/joint_states
effort field is always 0. I've dug into thefranka_gripper_node.cpp
code and i noticed that the effort is hardcoded to 0.https://github.com/frankaemika/franka_ros/blob/c11f000c2737acc22ed8dfeff40555b2644a4294/franka_gripper/src/franka_gripper_node.cpp#L174-L195
Upon further inspection of
LibFranka
'sGripperState
struct i've noticed it doesn't even have an effort attribute. Is there any way to get live effort feedback from the gripper?The text was updated successfully, but these errors were encountered: