ethz-adrl / towr

A light-weight, Eigen-based C++ library for trajectory optimization for legged robots.
http://wiki.ros.org/towr
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

orsoromeo commented 4 years ago

The variable min_duration_last_phase is defined as an Int but it should be a Double.

awinkler commented 4 years ago

Thanks @orsoromeo !