A light-weight, Eigen-based C++ library for trajectory optimization for legged robots.
BSD 3-Clause "New" or "Revised" License
929
stars
233
forks
source link
[TotalDurationConstraint::GetBounds] change variable type definition #75
Closed
orsoromeo closed 4 years ago
The variable min_duration_last_phase is defined as an Int but it should be a Double.