File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 55
66def generate_launch_description ():
77 pkg_share = launch_ros .substitutions .FindPackageShare (package = 'uirover_description' ).find ('uirover_description' )
8- default_model_path = os .path .join (pkg_share , 'xacro/arm .urdf.xacro' )
8+ default_model_path = os .path .join (pkg_share , 'urdf/uirover .urdf.xacro' )
99 default_rviz_config_path = os .path .join (pkg_share , 'rviz/urdf_config.rviz' )
1010
1111 robot_state_publisher_node = launch_ros .actions .Node (
Original file line number Diff line number Diff line change 66 </material >
77
88 <link name =" arm_base_link" ></link >
9+ <joint name =" arm_base_joint" type =" fixed" >
10+ <parent link =" base_link" />
11+ <child link =" arm_base_link" />
12+ <origin xyz =" 0.2 0 0" rpy =" 0 0 0" />
13+
14+ </joint >
915
1016 <link name =" arm_l0" >
1117 <visual >
168174 <link name =" end_effector" >
169175 <visual >
170176 <geometry >
171- <box size =" .1 .1 .1" />
177+ <box size =" .02 .02 .1" />
172178 </geometry >
173- <origin xyz =" 0 0 0.05" rpy =" 0 0 0" />
179+ <origin xyz =" 0 0 - 0.05" rpy =" 0 0 0" />
174180 <material name =" grey" />
175181 </visual >
176182 <collision >
177183 <geometry >
178- <box size =" .1 .1 .1" />
184+ <box size =" .02 .02 .1" />
179185 </geometry >
180- <origin xyz =" 0 0 0.05" rpy =" 0 0 0" />
186+ <origin xyz =" 0 0 - 0.05" rpy =" 0 0 0" />
181187 </collision >
182188 </link >
183189 <joint name =" end_effector_joint" type =" fixed" >
184190 <parent link =" arm_l5" />
185191 <child link =" end_effector" />
186- <origin xyz =" 0 0 0.05 " rpy =" 0 0 0" />
192+ <origin xyz =" 0 0 0.12 " rpy =" 0 0 0" />
187193 </joint >
188194
189195
You can’t perform that action at this time.
0 commit comments