Skip to content

Commit bcb3218

Browse files
author
Rachel
committed
missing math import required by heads servoto command
1 parent 60635d4 commit bcb3218

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)