Skip to content

Commit 07bb13b

Browse files
authored
Merge pull request #506 from proyan/devel
[minor][robot_wrapper] frameClassicAcceleration requires numpy
2 parents 5a83d2d + 9837e04 commit 07bb13b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/python/scripts/robot_wrapper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
import time
2222
import os
23+
import numpy as np
2324

2425
class RobotWrapper(object):
2526

0 commit comments

Comments
 (0)