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

Gripper joint positions/velocities #332

Open
Victeldo opened this issue Aug 8, 2024 · 1 comment
Open

Gripper joint positions/velocities #332

Victeldo opened this issue Aug 8, 2024 · 1 comment

Comments

@Victeldo
Copy link

Victeldo commented Aug 8, 2024

I'm working on a sim-to-real project where I need to pass in the Kinova Gen 3's sensor data, which includes the gripper sensor data (Robot IQ 2f 85). I need to get the positions/velocities of each of the 6 joints of the gripper. However, via the

rospy.wait_for_message("/" + self.robot_name + "/joint_states", JointState)

I'm only able to get just one position/velocity value, which I assume just represents the aperture size/speed of opening/closing. Is there a way to get what I need for my project?

@martinleroux
Copy link
Contributor

Hi @Victeldo ,
The Gen3 only reports the position and velocity that you have found (it does represent the open/close state of the fingers, in %).
There is no way to obtain the data you are looking for. I even think the gripper itself does not report all of these values.

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