Closed hjsuh94 closed 2 years ago
src/plans/task_space_trajectory_plan.cc
line 30 at r1 (raw file):
const Vector6<double> V_WT_desired = ComputePoseDiffInCommonFrame(X_WT, X_WT_desired) / params_->get_timestep();
nit: could you align this with Compute...
?
The syntax for
ComputePoseDiff
has changed to directly acceptRigidTransform
as opposed to Eigen Isometries. Results in build failure and fixed by this PR.This change is