Skip to content

Commit 82c0fa5

Browse files
committed
Merge pull request #242 from personalrobotics/bugfix/missing_import
Added missing 'import'.
2 parents 5d42914 + bcb3218 commit 82c0fa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prpy/base/wam.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
# POSSIBILITY OF SUCH DAMAGE.
3030

31+
import math
3132
import logging
3233
import numpy
3334
import openravepy

0 commit comments

Comments
 (0)