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
Guilhem Saurel
hpp-gui
Commits
f0243a03
Commit
f0243a03
authored
Nov 08, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
Nov 08, 2017
Browse files
createLockJoint is now in hpp-corbaserver
parent
e237a389
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/hppmanipulationwidgetsplugin/manipulationlockedjoint.cc
View file @
f0243a03
...
...
@@ -24,7 +24,7 @@ namespace hpp {
foreach
(
QListWidgetItem
*
item
,
selected
)
{
std
::
string
jointName
=
item
->
text
().
toStdString
().
c_str
();
hpp
::
floatSeq_var
config
=
plugin
->
client
()
->
robot
()
->
getJointConfig
(
jointName
.
c_str
());
plugin
->
manipC
lient
()
->
problem
()
->
createLockedJoint
(
std
::
string
(
"lock_"
+
jointName
).
c_str
(),
plugin
->
c
lient
()
->
problem
()
->
createLockedJoint
(
std
::
string
(
"lock_"
+
jointName
).
c_str
(),
jointName
.
c_str
(),
config
.
in
());
emit
constraintCreated
(
std
::
string
(
"lock_"
+
jointName
).
c_str
());
...
...
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