rospy.loginfo('\n' + '\n'.join(', '.join([str(cur), str(ref), str(cur - ref)]) for cur, ref in zip(self._ee_state_cur.T.tolist()[0], self._ee_state_ref.T.tolist()[0])) + '\n')