dartsim / dart

DART: Dynamic Animation and Robotics Toolkit
http://dartsim.github.io/
BSD 2-Clause "Simplified" License
877 stars 285 forks source link

Consider body pinned frame representation for dynamics algorithms #239

Open jslee02 opened 9 years ago

jslee02 commented 9 years ago

DART use body fixed frame representation for dynamics algorithms since it is faster according to Featherstone's study. Through some accuracy test, however, we discovered that there are some cases that body fixed frame representation is less accurate than body pinned frame representation. Body pinned frame is a frame that the position is at the origin of the body fixed frame and the orientation is aligned to the world frame's (so the orientation part is just identity).

We need to figure out the exact computational cost of body pinned frame representation first, and then make a choice whether we switch to body pinned frame representation.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.