dartsim / dart

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

Add optional simulation step functions #238

Open jslee02 opened 9 years ago

jslee02 commented 9 years ago

There are some options we can choose for forward dynamics simulation step. They are integration method, handling method for velocity constraints and position constraints. There could be number of combination of them depending on speed, accuracy, and guarantee of constraint satisfaction. DART currently has one step function of semi-implicit Euler integration, correcting velocity and position constraints using impulse simultaneously.

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.