Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
catkin_crowdbotsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
CrowdBot
catkin_crowdbotsim
Commits
d59e34a6
Commit
d59e34a6
authored
5 years ago
by
Fabien Grzeskowiak
Browse files
Options
Downloads
Patches
Plain Diff
urdf
parent
35935586
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
crowdbotsim/urdf/Body.urdf
+49
-0
49 additions, 0 deletions
crowdbotsim/urdf/Body.urdf
crowdbotsim/urdf/Cuybot.urdf
+13
-6
13 additions, 6 deletions
crowdbotsim/urdf/Cuybot.urdf
with
62 additions
and
6 deletions
crowdbotsim/urdf/Body.urdf
0 → 100644
+
49
−
0
View file @
d59e34a6
<?xml version='1.0' encoding='utf-8'?>
<robot
name=
"Body"
>
<material
name=
"Default-Material"
>
<color
rgba=
"1 1 1 1"
/>
</material>
<link
name=
"base_link"
>
<inertial>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<mass
value=
"1"
/>
<inertia
ixx=
"0.00812011864036322"
ixy=
"-1.98765254255662E-10"
ixz=
"0"
iyy=
"0.00812011864036322"
iyz=
"0"
izz=
"0.0134958978742361"
/>
</inertial>
<visual>
<geometry>
<cylinder
length=
"0.12832"
radius=
"0.164893"
/>
</geometry>
<material
name=
"Default-Material"
/>
</visual>
<collision>
<geometry>
<cylinder
length=
"0.12832"
radius=
"0.164893"
/>
</geometry>
</collision>
</link>
<link
name=
"link"
>
<inertial>
<origin
rpy=
"0 0 0"
xyz=
"0 0 -0.194457"
/>
<mass
value=
"1"
/>
<inertia
ixx=
"0.0112345023080707"
ixy=
"0"
ixz=
"0"
iyy=
"0.0112345023080707"
iyz=
"0"
izz=
"0.00251521426253021"
/>
</inertial>
<visual>
<origin
xyz=
"0 0 -0.562"
/>
<geometry>
<box
size=
"1 1 1"
/>
</geometry>
<material
name=
"Default-Material"
/>
</visual>
<collision>
<origin
xyz=
"0 0 -0.562"
/>
<geometry>
<box
size=
"1 1 1"
/>
</geometry>
</collision>
</link>
<joint
name=
""
type=
"floating"
>
<origin
xyz=
"0 0.098 -0.076"
/>
<parent
link=
"base_link"
/>
<child
link=
"link"
/>
</joint>
</robot>
This diff is collapsed.
Click to expand it.
crowdbotsim/urdf/Cuybot.urdf
+
13
−
6
View file @
d59e34a6
<?xml version='1.0' encoding='utf-8'?>
<robot
name=
"Cuybot"
>
<?xml version='1.0' encoding='utf-8'?>
\n
<robot
name=
"Cuybot"
>
<material
name=
"Default-Material"
>
<color
rgba=
"1 1 1 1"
/>
</material>
<material
name=
"Default-Diffuse"
>
<color
rgba=
"1 1 1 0.5"
/>
</material>
<link
name=
"base_link"
>
<inertial>
<origin
rpy=
"0 0 0"
xyz=
"0
0 0
"
/>
<origin
rpy=
"0 0 0"
xyz=
"0
.001882 -0.025814 0.308298
"
/>
<mass
value=
"1"
/>
<inertia
ixx=
"
1"
ixy=
"0"
ixz=
"0"
iyy=
"1"
iyz=
"0"
izz=
"1
"
/>
<inertia
ixx=
"
0.0837742984294891"
ixy=
"-8.47628398332745E-05"
ixz=
"9.22621329664253E-05"
iyy=
"0.0773460119962692"
iyz=
"0.0108890077099204"
izz=
"0.0405166447162628
"
/>
</inertial>
<visual>
<geometry>
<mesh
filename=
"package://crowdbotsim/meshes/Narko2.
stl
"
scale=
"1 1 1"
/>
<mesh
filename=
"package://crowdbotsim/
urdf/
meshes/Narko2.
STL
"
scale=
"1 1 1"
/>
</geometry>
<material
name=
"Default-Diffuse"
/>
</visual>
<collision>
<geometry>
<mesh
filename=
"package://crowdbotsim/urdf/meshes/Narko2.STL"
scale=
"1 1 1"
/>
</geometry>
</collision>
</link>
</robot>
</robot>
\ No newline at end of file
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