Hi,
In franka_model_interface.h, implementation of getZeroJacobian() (line 258). I think the implementation should use the given function arguments, i.e.,
return model_->zeroJacobian(frame, *robot_state_);
Should be
return model_->zeroJacobian(frame, q, F_T_EE, EE_T_K);