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
test-hpp
Commits
a274604b
Commit
a274604b
authored
Mar 28, 2014
by
Florent Lamiraux
Browse files
Replace HumanoidRobotShPtr by HumanoidRobotPtr_t.
parent
1fad49f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/body-positions-mesh.cc.in
View file @
a274604b
...
@@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (body_positions_mesh)
...
@@ -67,7 +67,7 @@ BOOST_AUTO_TEST_CASE (body_positions_mesh)
}
}
fileConfig.close ();
fileConfig.close ();
// Load hrp2
// Load hrp2
hpp::model::HumanoidRobot
Sh
Ptr humanoidRobot;
hpp::model::HumanoidRobotPtr
_t
humanoidRobot;
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "", "", "");
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "", "", "");
configSize = humanoidRobot->configSize ();
configSize = humanoidRobot->configSize ();
// Check size of config
// Check size of config
...
...
tests/interbody-distances-capsule.cc.in
View file @
a274604b
...
@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE (interbody_distances_capsule)
...
@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE (interbody_distances_capsule)
}
}
fileConfig.close ();
fileConfig.close ();
// Load hrp2
// Load hrp2
hpp::model::HumanoidRobot
Sh
Ptr humanoidRobot;
hpp::model::HumanoidRobotPtr
_t
humanoidRobot;
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "_capsule",
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "_capsule",
"_capsule", "");
"_capsule", "");
configSize = humanoidRobot->numberDof ();
configSize = humanoidRobot->numberDof ();
...
...
tests/interbody-distances-mesh.cc.in
View file @
a274604b
...
@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE (interbody_distances_mesh)
...
@@ -131,7 +131,7 @@ BOOST_AUTO_TEST_CASE (interbody_distances_mesh)
}
}
fileConfig.close ();
fileConfig.close ();
// Load hrp2
// Load hrp2
hpp::model::HumanoidRobot
Sh
Ptr humanoidRobot;
hpp::model::HumanoidRobotPtr
_t
humanoidRobot;
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "", "", "");
hpp::model::urdf::loadRobotModel (humanoidRobot, "hrp2_14", "", "", "");
configSize = humanoidRobot->numberDof ();
configSize = humanoidRobot->numberDof ();
// Check size of config
// Check size of config
...
...
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