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
A small bug in HeightMap::GetDerivativeOfNormalizedBasisWrt() #96
Open
caoweiquan322 opened 2 years ago
Hello,
I believe I found a bug in HeightMap::GetDerivativeOfNormalizedBasisWrt().
The code below
should be replaced by
Am I correct? Please confirm. Thanks.