-
Notifications
You must be signed in to change notification settings - Fork 463
Dynamics
Peter Corke edited this page Feb 7, 2021
·
1 revision
The sign of applied joint torques matches the direction of increasing angle. That is, a positive joint torque, would increase the joint angle through positive joint velocity and acceleration.
Friction as computed by the link Link.friction(q)
method should be added to the motor output torque to
determine the nett torque. It implements a viscous + Coulomb friction model that opposes the motor torque. For positive motor
velocity the result will be negative.
- Frequently asked questions (FAQ)
- Documentation Style Guide
- Typing Style Guide
- Background
- Key concepts
- Introduction to robot and link classes
- Working with Jupyter
- Working from the command line
- What about Simulink?
- How to contribute
- Common Issues
- Contributors