Closed bleubirb closed 2 months ago
Hello,
Try increasing the force to 30-400. If the force is 0 the gripper won't move. Also try to see if you can rostopic echo the gripper state topic. If you are receiving values from the state then I think the driver should be working so I'm not sure why the command topic wouldn't work.
Hi,
That worked! Thank you. I can rostopic echo the gripper state as well. Would you happen to know why you have to set the TargetForce to >=30? Just out of curiosity.
Sorry it is my mistake for not making clear in code/docs. The gripper force range is 3-40N from what I remember. So too low a value doesn't seem to move the gripper.
No worries, that makes sense. The minimum value seems to be 2N from running it on the gripper.
And once again, I appreciate the help!
Hi, I'm trying to control the gripper via the Publisher-Subscriber interface. I'm currently entering the command like this:
and I'm getting a response:
But no response is occurring from the gripper. I'm able to successfully move the gripper via RVIZ, making me feel confident in my physical connections, along with being able to ping the gripper. Alongside this, when I sanity check via
rostopic echo /command
in another terminal, I can see the input is successful.The other thing is in the log, it says that the subscriber count is 0.
I'm a bit new to ROS, so any help would be appreciated with this problem!