Closed gkahn13 closed 11 years ago
convertToSameTimeAndFrame sometimes throws tf.Exception. It has to do with getLatestCommonTime.
Possible ways to deal with it:
Fixed by adding try/except to everything that calls it. Namely self.commandTwist.driveTowardPoint and Util.euclideanDistance
convertToSameTimeAndFrame sometimes throws tf.Exception. It has to do with getLatestCommonTime.
Possible ways to deal with it: