Skip to content
Snippets Groups Projects
Commit 60035956 authored by Francesco Morsillo's avatar Francesco Morsillo
Browse files

Fixed bug in last commit

parent 9b23f4f0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ from dynamic_graph import plug ...@@ -3,7 +3,7 @@ from dynamic_graph import plug
from dynamic_graph.sot.core import * from dynamic_graph.sot.core import *
from dynamic_graph.sot.dyninv import * from dynamic_graph.sot.dyninv import *
from dynamic_graph.sot.core.matrix_util import matrixToTuple, vectorToTuple, rotate, matrixToRPY, rpy2tr from dynamic_graph.sot.core.matrix_util import matrixToTuple, vectorToTuple, rotate, matrixToRPY, rpy2tr
from numpy import matrix, identity, zeros, eye, array, pi from numpy import matrix, identity, zeros, eye, array, pi, ndarray
def setGain(gain,val): def setGain(gain,val):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment