Add URDF and XACRO files for iiwa7 robot and tool patron

- Created iiwa7_gazebo.urdf to define the iiwa7 robot model with detailed links, joints, and Gazebo integration.
- Introduced patron.xacro for the tool patron, including its inertial properties, visual representation, and collision geometry.
This commit is contained in:
Даниил Грабарь
2026-04-09 12:01:43 +10:00
parent f474d330ad
commit 58f246e1f2
28 changed files with 793 additions and 66 deletions
+8 -1
View File
@@ -10,7 +10,7 @@ EXTERNPROTO "../resource/protos/Object.proto"
WorldInfo {
title "iiwa robotics"
basicTimeStep 10
basicTimeStep 32
optimalThreadCount 4
contactProperties [
ContactProperties {
@@ -30,6 +30,13 @@ WorldInfo {
softCFM 0.002
maxContactJoints 100
}
ContactProperties {
material1 "default"
material2 "default"
maxContactJoints 20
bounce 0
softCFM 0.001
}
]
}
Viewpoint {