-
Notifications
You must be signed in to change notification settings - Fork 14
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
Errors for velocity/torque control #7
Comments
Thanks for the edit suggestions. It worked ! I am trying to perform TORQUE_CONTROL mode on a serial manipulator, added through Can you please clarify? Things are working well in POSITION/VELOCITY control mode by sending position/velocity commands. Thanks :) |
Hi, I am having the same issue, even after doing the fix mentioned here. I am sure I am giving correct inputs to the setJointMotorControlArray. I can even see the topic being published at joint_states/target. But when I echo joint_states topic, I see no effort and the robot keeps falling down as if there is no torque being applied to the joints. Any help on the topic would be appreciated. |
I have solved the problem. It is related to the method of controlling torques. Bullet sees torque control commands as external forces. When I looked deeply into the pybullet documentation, it is written: ** So when I set step_pybullet_manually: True , the issue was solved. Hope this helps others. |
Hi. I was testing your interface and found some errors. I hope this helps someone who is having trouble with velocity or torque control.
The text was updated successfully, but these errors were encountered: