richrd / nxt-python

Automatically exported from code.google.com/p/nxt-python
GNU General Public License v3.0
1 stars 0 forks source link

nxt-python seems to misusing the work "tachometer' #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Maybe I'm missing something but:

A tachometer normally tells you the rotational velocity of a motor. While the 
current position of the motor (shaft) is usually something like "shaft_encoder" 
value.

It seems that this app is misusing the term tachometer.

I wanted to test if the motor was turning so I checked tacho() and got a 
position, not a rotational velocity.

(Feedback intended to be supportive, as this package is great for interacting 
with NXT via python.)

Original issue reported on code.google.com by tlskill...@gmail.com on 24 Mar 2015 at 4:21