NxRLab / ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
http://modernrobotics.org/
MIT License
1.9k stars 807 forks source link

Can gravity compensation be implemented using GravityForces (thetalist, gravity, Mlist, Glist, Slist)? #48

Closed sm3304love closed 1 year ago

sm3304love commented 1 year ago

Hello, I'd like to implement Gravity compensation with UR5. Mlist, Slist, and Glist are using what is provided by the Modern Robotics wiki. Can Manipulator's gravity compensation be made with GravityForces (thetalist, gravity, Mlist, Glist, Slist)? Can the Manipulator withstand gravity if the results of GravityForces (thetalist, gravity, Mlist, Glist, Slist) are applied continuously?