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-core
Commits
cf1c8714
Commit
cf1c8714
authored
Dec 09, 2011
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Dec 09, 2011
Browse files
Update FeaturePosition to recent changes in Entity class.
parent
00153e14
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cf1c8714
...
...
@@ -54,4 +54,4 @@ ADD_SUBDIRECTORY(unitTesting)
ADD_SUBDIRECTORY
(
doc
)
SETUP_PROJECT_FINALIZE
()
SETUP_PROJECT_CPACK
()
\ No newline at end of file
SETUP_PROJECT_CPACK
()
src/dynamic_graph/sot/core/feature_position.py
View file @
cf1c8714
...
...
@@ -49,7 +49,7 @@ class FeaturePosition (Entity):
plug
(
signalPosition
,
self
.
_feature
.
signal
(
'position'
))
if
signalJacobian
:
plug
(
signalJacobian
,
self
.
_feature
.
signal
(
'Jq'
))
self
.
_feature
.
s
ignal
(
'sdes'
).
value
=
self
.
_reference
self
.
_feature
.
s
etReference
(
self
.
_reference
.
name
)
self
.
_feature
.
signal
(
'selec'
).
value
=
'111111'
self
.
_feature
.
frame
(
'current'
)
...
...
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