RigidBodyDynamics.jl
RigidBodyDynamics.jl copied to clipboard
Implement closed-loop mechanisms
- [x] Add constraint force subspace function for each joint type.
- [x] Store loop joints in
Mechanism - [x] Modify
attach!to handle loop joints. - [x] Enforce loop joint constraints in dynamics.
- [ ] Initial resolution of loop joint constraints using a nonlinear program.
- [ ] Constraint projection
- [x] ~~Consider using a Graphs.jl
Graphas the main data structure used inMechanism.~~ decided to roll my own. - [x] Modify
reattach!etc. to handle loop joints. - [x] constraint stabilization