File tree 2 files changed +40
-20
lines changed
pmb2_description/urdf/wheels
2 files changed +40
-20
lines changed Original file line number Diff line number Diff line change 17
17
<gazebo reference =" caster_${side}_1_link" >
18
18
<kp >100000000.0</kp >
19
19
<kd >10.0</kd >
20
- <mu1 >0.1</mu1 >
21
- <mu2 >0.1</mu2 >
20
+ <friction >
21
+ <ode >
22
+ <mu >1.0</mu >
23
+ <mu2 >1.0</mu2 >
24
+ </ode >
25
+ </friction >
22
26
<!-- <fdir1>1 0 0</fdir1>-->
23
- <maxVel >10.0</maxVel >
24
- <minDepth >0.0005</minDepth >
27
+ <max_vel >10.0</max_vel >
28
+ <min_depth >0.0005</min_depth >
25
29
<material >Gazebo/DarkGrey</material >
26
30
</gazebo >
27
31
28
32
<gazebo reference =" caster_${side}_2_link" >
29
- <kp >10000000 .0</kp >
33
+ <kp >100000000 .0</kp >
30
34
<kd >10.0</kd >
31
- <mu1 >0.1</mu1 >
32
- <mu2 >0.1</mu2 >
35
+ <friction >
36
+ <ode >
37
+ <mu >1.0</mu >
38
+ <mu2 >1.0</mu2 >
39
+ </ode >
40
+ </friction >
33
41
<!-- <fdir1>1 0 0</fdir1>-->
34
- <maxVel >10.0</maxVel >
35
- <minDepth >0.0005</minDepth >
42
+ <max_vel >10.0</max_vel >
43
+ <min_depth >0.0005</min_depth >
36
44
<material >Gazebo/DarkGrey</material >
37
45
</gazebo >
38
46
39
47
<gazebo reference =" caster_{side}_1_joint" >
40
- <implicitSpringDamper >0</implicitSpringDamper >
48
+ <physics >
49
+ <ode >
50
+ <implicit_spring_damper >0</implicit_spring_damper >
51
+ </ode >
52
+ </physics >
41
53
</gazebo >
42
54
<gazebo reference =" caster_{side}_2_joint" >
43
- <implicitSpringDamper >0</implicitSpringDamper >
55
+ <physics >
56
+ <ode >
57
+ <implicit_spring_damper >0</implicit_spring_damper >
58
+ </ode >
59
+ </physics >
44
60
</gazebo >
45
61
46
62
</xacro : macro >
Original file line number Diff line number Diff line change 16
16
<gazebo reference =" wheel_${side}_link" >
17
17
<kp >1000000.0</kp >
18
18
<kd >100.0</kd >
19
- <!--
20
- <mu1>10.0</mu1 >
21
- <mu2>10 .0</mu2 >
22
- -- >
23
- < mu1 >100000000000000.0</ mu1 >
24
- <mu2 >100000000000000.0</ mu2 >
19
+ <friction >
20
+ < ode >
21
+ < mu >1 .0</mu >
22
+ < mu2 >1.0</ mu2 >
23
+ </ ode >
24
+ </ friction >
25
25
<!-- <fdir1>1 0 0</fdir1>-->
26
- <maxVel >1.0</maxVel >
27
- <minDepth >0.002</minDepth >
26
+ <max_vel >1.0</max_vel >
27
+ <min_depth >0.002</min_depth >
28
28
<material >Gazebo/DarkGrey</material >
29
29
</gazebo >
30
30
<gazebo reference =" wheel_{side}_joint" >
31
- <implicitSpringDamper >1</implicitSpringDamper >
31
+ <physics >
32
+ <ode >
33
+ <implicit_spring_damper >1</implicit_spring_damper >
34
+ </ode >
35
+ </physics >
32
36
</gazebo >
33
37
</xacro : macro >
34
38
You can’t perform that action at this time.
0 commit comments