personalrobotics / prpy

Python utilities used by the Personal Robotics Laboratory.
BSD 3-Clause "New" or "Revised" License
62 stars 19 forks source link

Missing Import #242

Closed rachelholladay closed 8 years ago

rachelholladay commented 8 years ago

I called the head command and ServoTo required the math module, which was not imported. Therefore I added import.