Summary of changes
- Increased least squares solve number of iterations for `zeroLinearResidualsAndOptimizeAngular` during GRF time step shifting to prevent the fitting algorithm from exploding.
- Detect when residual moments are increasing rapidly in `zeroLinearResidualsAndOptimizeAngular` and if so, abort early.
- Return bool for `timeSyncAndInitializePipeline` success/failure (for use in AddBiomechanics).