File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
sam_bot_description/src/description Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 82
82
${base_length} ${base_width} ${base_height}
83
83
</size ></box >
84
84
</geometry >
85
- </collision >
86
-
87
- <xacro : box_inertia m =" 15" w =" ${base_width}" d =" ${base_length}" h =" ${base_height}" />
85
+ </collision >
88
86
</link >
89
87
90
88
<!-- Robot Footprint -->
91
89
<link name =' base_footprint' >
92
90
<pose relative_to =" base_joint" />
93
- <xacro : box_inertia m =" 0 " w =" 0 " d =" 0 " h =" 0 " />
91
+ <xacro : box_inertia m =" 15 " w =" ${base_width} " d =" ${base_length} " h =" ${base_height} " />
94
92
</link >
95
93
96
94
<joint name =' base_joint' type =' fixed' >
Original file line number Diff line number Diff line change 55
55
<box size =" ${base_length} ${base_width} ${base_height}" />
56
56
</geometry >
57
57
</collision >
58
-
59
- <xacro : box_inertia m =" 15" w =" ${base_width}" d =" ${base_length}" h =" ${base_height}" />
60
58
</link >
61
59
62
60
<!-- Robot Footprint -->
63
61
<link name =" base_footprint" >
64
- <xacro : box_inertia m =" 0 " w =" 0 " d =" 0 " h =" 0 " />
62
+ <xacro : box_inertia m =" 15 " w =" ${base_width} " d =" ${base_length} " h =" ${base_height} " />
65
63
</link >
66
64
67
65
<joint name =" base_joint" type =" fixed" >
You can’t perform that action at this time.
0 commit comments