jfstepha / differential-drive

Automatically exported from code.google.com/p/differential-drive
GNU General Public License v3.0
65 stars 65 forks source link

Ticks increment/decrement with no limit #6

Open milano-technical-intern opened 5 years ago

milano-technical-intern commented 5 years ago

Hi,

I was looking at the python code where it calculates the tf of the odometry, and I realized that the variables self.left and self.right increment/decrement with no limit. That is, if the wheel spins forward for a quit a long period of time, there is a possibility that you run out of memory and get an error. Is this the desire behavior?

scripts/diff_tf.py

Best,