RoboticExplorationLab / Altro.jl

MIT License
141 stars 41 forks source link

ensure integration rule propogated #2

Closed tpunnoose closed 4 years ago

tpunnoose commented 4 years ago

This is a simple fix for https://github.com/RoboticExplorationLab/TrajectoryOptimization.jl/issues/32 that ensures that the quadrature rule is propagated to all functions. Previously DEFAULT_Q would be used in certain dynamics calls.

bjack205 commented 4 years ago

This was fixed as part of #3