Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-dyninv
Commits
60035956
Commit
60035956
authored
Aug 26, 2013
by
Francesco Morsillo
Browse files
Fixed bug in last commit
parent
9b23f4f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/dyninv/meta_tasks_dyn.py
View file @
60035956
...
@@ -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
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment