AtsushiSakai / PyRoombaAdapter

A Python library for Roomba Open Interface
https://atsushisakai.github.io/PyRoombaAdapter/
MIT License
77 stars 22 forks source link

Issue #18 Replace np.deg2rad(x) to math.radians(x) in examples and docs #19

Closed mrkeuz closed 3 years ago

mrkeuz commented 3 years ago

Replace numpy function to python standard library calls for simplicity and avoid extra dependencies

AtsushiSakai commented 3 years ago

LGTM. Thank you for fixing it. close #19