You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal also applies to all the other functions that have a "Segment" version, such as Skeleton::setVelocitySegment() and Skeleton::setAccelerationSegment().
The text was updated successfully, but these errors were encountered:
Actually, to match the existing pattern of setPosition(size_t, double), I'm thinking we should make it setPositions(const std::vector<size_t>&, const Eigen::VectorXd&).
Rather than having two differently named functions for essentially the same purpose, I think it would make sense to just have one overloaded function:
This proposal also applies to all the other functions that have a "Segment" version, such as
Skeleton::setVelocitySegment()
andSkeleton::setAccelerationSegment()
.The text was updated successfully, but these errors were encountered: