mu-777
8/18/2015 - 11:19 PM

loginfo.py

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')