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
1b7f6038
Commit
1b7f6038
authored
Feb 09, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 09, 2018
Browse files
Fix compilation (robot creation changed in hpp-corbaserver)
parent
665bc71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/hppmanipulationwidgetsplugin/hppmanipulationwidgetsplugin.cc
View file @
1b7f6038
...
...
@@ -70,7 +70,7 @@ namespace hpp {
try
{
client
()
->
robot
()
->
getCurrentConfig
();
}
catch
(
hpp
::
Error
const
&
e
)
{
hpp_
->
robot
()
->
create
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
"composite"
).
in
());
client
()
->
robot
()
->
create
Robot
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
"composite"
).
in
());
}
hpp_
->
robot
()
->
insertRobotModel
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
rd
.
robotName_
).
in
(),
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
rd
.
rootJointType_
).
in
(),
...
...
@@ -90,7 +90,7 @@ namespace hpp {
try
{
client
()
->
robot
()
->
getCurrentConfig
();
}
catch
(
hpp
::
Error
const
&
e
)
{
hpp_
->
robot
()
->
create
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
"composite"
).
in
());
client
()
->
robot
()
->
create
Robot
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
"composite"
).
in
());
}
hpp_
->
robot
()
->
loadEnvironmentModel
(
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
ed
.
package_
).
in
(),
gepetto
::
gui
::
Traits
<
QString
>::
to_corba
(
ed
.
urdfFilename_
).
in
(),
...
...
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