Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Trajektorien des menschlichen Aufstehens für die Entwicklung eines kooperativen Assistenzsystems
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ventsislav Dokusanski
Trajektorien des menschlichen Aufstehens für die Entwicklung eines kooperativen Assistenzsystems
Commits
a7bb0117
Commit
a7bb0117
authored
7 months ago
by
Ventsislav Dokusanski
Browse files
Options
Downloads
Patches
Plain Diff
Fix RViz file of simple_robot
parent
3a27beb0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ros2_ws/src/simple_robot_1dof/urdf/simple_robot.urdf
+19
-14
19 additions, 14 deletions
ros2_ws/src/simple_robot_1dof/urdf/simple_robot.urdf
with
19 additions
and
14 deletions
ros2_ws/src/simple_robot_1dof/urdf/simple_robot.urdf
+
19
−
14
View file @
a7bb0117
<?xml version="1.0"?>
<robot
name=
"simple_robot"
xmlns:xacro=
"http://www.ros.org/wiki/xacro"
>
<robot
name=
"simple_robot"
>
<link
name=
"map"
>
<origin
rpy=
"0 0 0"
xyz=
"0 0 0"
/>
<visual>
<geometry>
<box
size=
"0.1 0.1 0.1"
/>
</geometry>
<material
name=
"grey"
>
<color
rgba=
"0.5 0.5 0.5 1"
/>
</material>
</visual>
</link>
<link
name=
"map"
/>
<link
name=
"arm1"
>
<visual>
...
...
@@ -23,6 +13,11 @@
<color
rgba=
"1.0 0.0 0.0 1"
/>
</material>
</visual>
<inertial>
<origin
xyz=
"0 0 0.355"
rpy=
"0 0 0"
/>
<mass
value=
"5"
/>
<inertia
ixx=
"0.05"
ixy=
"0"
ixz=
"0"
iyy=
"0.05"
iyz=
"0"
izz=
"0.05"
/>
</inertial>
</link>
<joint
name=
"joint1"
type=
"revolute"
>
...
...
@@ -43,13 +38,18 @@
<color
rgba=
"0.0 1.0 0.0 1"
/>
</material>
</visual>
<inertial>
<mass
value=
"5"
/>
<inertia
ixx=
"0.05"
ixy=
"0"
ixz=
"0"
iyy=
"0.05"
iyz=
"0"
izz=
"0.05"
/>
<origin
xyz=
"-0.15 0 0"
rpy=
"0 -1.5707 0"
/>
</inertial>
</link>
<joint
name=
"joint2"
type=
"revolute"
>
<parent
link=
"arm1"
/>
<child
link=
"arm2"
/>
<origin
xyz=
"0 0 0.71"
/>
<axis
xyz=
"
1 0
0"
/>
<axis
xyz=
"
0 1
0"
/>
<limit
effort =
"300"
lower=
"-2.96705972839"
upper=
"2.96705972839"
velocity =
"10"
/>
</joint>
...
...
@@ -63,13 +63,18 @@
<color
rgba=
"0.0 0.0 1.0 1"
/>
</material>
</visual>
<inertial>
<mass
value=
"5"
/>
<inertia
ixx=
"0.05"
ixy=
"0"
ixz=
"0"
iyy=
"0.05"
iyz=
"0"
izz=
"0.05"
/>
<origin
xyz=
"-0.15 0 0"
rpy=
"0 -1.5707 0"
/>
</inertial>
</link>
<joint
name=
"joint3"
type=
"revolute"
>
<parent
link=
"arm2"
/>
<child
link=
"arm3"
/>
<origin
xyz=
"-0.3 0 0"
/>
<axis
xyz=
"
1 0
0"
/>
<axis
xyz=
"
0 1
0"
/>
<limit
effort =
"300"
lower=
"-2.96705972839"
upper=
"2.96705972839"
velocity =
"10"
/>
</joint>
...
...
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