personalrobotics / herbpy

Python library for interacting with HERB.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Modified RoGuE to use prpy.util.GetPointFrom #76

Closed rachelholladay closed 8 years ago

rachelholladay commented 8 years ago

We moved the functionality of 'GetPointFrom' from a function in herbpy to a util in prpy. So this PR is simply to remove that code from herbpy and switch it to calling the util funciton, which has already been merged in.

mkoval commented 8 years ago

This looks good to me. I'm just waiting for Travis to be happy.

rachelholladay commented 8 years ago

Travis looks happy!