This PR modifies the mc_rbdyn::Robot::forwardKinematics such as the convexes attached to a robot are also updated. Otherwise, the convexes' location keeps their initial pose unless they are used in a constraint.
This allows mc_rbdyn::Robot::convex function to return an up-to-date convex.
This PR modifies the
mc_rbdyn::Robot::forwardKinematics
such as the convexes attached to a robot are also updated. Otherwise, the convexes' location keeps their initial pose unless they are used in a constraint.This allows
mc_rbdyn::Robot::convex
function to return an up-to-date convex.