File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
hunter_description/description Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2828 </visual >
2929 </xacro : macro >
3030
31+ <xacro : macro name =" gazebo_friction" params =" reference" >
32+ <gazebo reference =" ${reference}" >
33+ <mu1 value =" 1.0" />
34+ <mu2 value =" 0.5" />
35+ <kp value =" 10000000.0" />
36+ <kd value =" 1.0" />
37+ <fdir1 value =" 1 0 0" />
38+ </gazebo >
39+ </xacro : macro >
40+
3141</robot >
Original file line number Diff line number Diff line change 3737 <dynamics damping =" 0.2" friction =" 15" />
3838 <limit effort =" 10.0" velocity =" 10.0" />
3939 </joint >
40+ <xacro : gazebo_friction reference =" rear_left_wheel" />
4041
4142 <link name =" rear_right_wheel" >
4243 <xacro : mesh name =" rear_right_wheel" />
5152 <limit effort =" 10.0" velocity =" 10.0" />
5253 <mimic joint =" rear_left_wheel_joint" multiplier =" 1.0" offset =" 0.0" />
5354 </joint >
55+ <xacro : gazebo_friction reference =" rear_right_wheel" />
5456
5557 <link name =" front_left_steering_link" >
5658 <xacro : virtual />
You can’t perform that action at this time.
0 commit comments