Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-dynamic-pinocchio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
sot-dynamic-pinocchio
Commits
40bfc63c
Commit
40bfc63c
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[CMake][Tests] remove useless unitTesting/two_link.urdf file
parent
a1129c4c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
unitTesting/CMakeLists.txt
+0
-3
0 additions, 3 deletions
unitTesting/CMakeLists.txt
unitTesting/two_link.urdf
+0
-45
0 additions, 45 deletions
unitTesting/two_link.urdf
with
0 additions
and
48 deletions
unitTesting/CMakeLists.txt
+
0
−
3
View file @
40bfc63c
...
...
@@ -29,9 +29,6 @@ test_constructor
# Install procedure for the urdf files
#----------------------------------------------------
FILE
(
COPY
${
CMAKE_CURRENT_SOURCE_DIR
}
/two_link.urdf
DESTINATION urdf
)
SET
(
test_dyn_plugins_dependencies dynamic
)
# Make Boost.Test generates the main function in test cases.
...
...
This diff is collapsed.
Click to expand it.
unitTesting/two_link.urdf
deleted
100644 → 0
+
0
−
45
View file @
a1129c4c
<?xml version="1.0"?>
<!--
simple_humanoid URDF model
FIXME: fill missing data: sole, gripper and sensors
-->
<robot
xmlns:xacro=
"http://ros.org/wiki/xacro"
name=
"test_two_link"
>
<link
name=
"base_link"
/>
<joint
name=
"JOINT1"
type=
"revolute"
>
<axis
xyz=
"0 0 1"
/>
<parent
link=
"base_link"
/>
<child
link=
"CHILD1"
/>
<origin
xyz=
"1 0 0"
/>
<limit
effort=
"12"
lower=
"0"
upper=
"3.14"
velocity=
"10"
/>
</joint>
<link
name=
"CHILD1"
>
<inertial>
<origin
xyz=
"0.5 0 0"
rpy=
"0 0 0"
/>
<mass
value=
"10"
/>
<inertia
ixx=
"1"
ixy=
"0"
ixz=
"0"
iyy=
"1"
iyz=
"0"
izz=
"1"
/>
</inertial>
</link>
<joint
name=
"JOINT2"
type=
"revolute"
>
<axis
xyz=
"0 0 1"
/>
<parent
link=
"CHILD1"
/>
<child
link=
"CHILD2"
/>
<origin
xyz=
"1 0 0"
/>
<limit
effort=
"12"
lower=
"0"
upper=
"3.14"
velocity=
"10"
/>
</joint>
<link
name=
"CHILD2"
>
<inertial>
<origin
xyz=
"0.5 0 0"
rpy=
"0 0 0"
/>
<mass
value=
"20"
/>
<inertia
ixx=
"1"
ixy=
"0"
ixz=
"0"
iyy=
"1"
iyz=
"0"
izz=
"1"
/>
</inertial>
</link>
<joint
name=
"FRAMEJOINT1"
type=
"fixed"
>
<parent
link=
"CHILD2"
/>
<child
link=
"CHILD3"
/>
<origin
rpy=
"0 0 0"
xyz=
"0 0 -0.16"
/>
</joint>
<link
name=
"CHILD3"
/>
</robot>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment