File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<gazebo >
30
30
<model name =' ${led_prefix}_led' >
31
- <pose >${xyz} ${rpy}</pose >
31
+ <pose >${xyz} ${rpy}</pose >
32
32
<link name =' led_body' >
33
33
<inertial >
34
- <mass >0.00001 </mass >
34
+ <mass >0.001 </mass >
35
35
<inertia >
36
- <ixx >1.0e-08 </ixx >
36
+ <ixx >1.0e-06 </ixx >
37
37
<ixy >0</ixy >
38
38
<ixz >0</ixz >
39
- <iyy >1.0e-08 </iyy >
39
+ <iyy >1.0e-06 </iyy >
40
40
<iyz >0</iyz >
41
- <izz >1.0e-08 </izz >
41
+ <izz >1.0e-06 </izz >
42
42
</inertia >
43
43
</inertial >
44
44
<visual name =' marker' >
Original file line number Diff line number Diff line change 14
14
odometry_topic =" odometry_sensor1/odometry"
15
15
parent_frame_id =" world"
16
16
child_frame_id =" ${namespace}/odometry_sensor1"
17
- mass_odometry_sensor =" 0.00001 "
17
+ mass_odometry_sensor =" 0.001 "
18
18
measurement_divisor =" 1"
19
19
measurement_delay =" 0"
20
20
unknown_delay =" 0.0"
30
30
odometry_map =" "
31
31
image_scale =" " >
32
32
<!-- [kg m^2] [kg m^2] [kg m^2] [kg m^2] [kg m^2] [kg m^2] -->
33
- <inertia ixx =" 0.0000005 " ixy =" 0.0" ixz =" 0.0" iyy =" 0.0000005 " iyz =" 0.0" izz =" 0.0000005 " />
33
+ <inertia ixx =" 0.00001 " ixy =" 0.0" ixz =" 0.0" iyy =" 0.00001 " iyz =" 0.0" izz =" 0.00001 " />
34
34
<origin xyz =" 0.0 0.0 0.0" rpy =" 0.0 0.0 0.0" />
35
35
</xacro : odometry_plugin_macro >
36
36
Original file line number Diff line number Diff line change 16
16
odometry_topic =" odometry_sensor1/odometry"
17
17
parent_frame_id =" world"
18
18
child_frame_id =" ${namespace}/odometry_sensor1"
19
- mass_odometry_sensor =" 0.00001 "
19
+ mass_odometry_sensor =" 0.001 "
20
20
measurement_divisor =" 1"
21
21
measurement_delay =" 0"
22
22
unknown_delay =" 0.0"
32
32
odometry_map =" "
33
33
image_scale =" " >
34
34
<!-- [kg m^2] [kg m^2] [kg m^2] [kg m^2] [kg m^2] [kg m^2] -->
35
- <inertia ixx =" 0.0000005 " ixy =" 0.0" ixz =" 0.0" iyy =" 0.0000005 " iyz =" 0.0" izz =" 0.0000005 " />
35
+ <inertia ixx =" 0.00001 " ixy =" 0.0" ixz =" 0.0" iyy =" 0.00001 " iyz =" 0.0" izz =" 0.00001 " />
36
36
<origin xyz =" 0.0 0.0 0.0" rpy =" 0.0 0.0 0.0" />
37
37
</xacro : odometry_plugin_macro >
38
38
You can’t perform that action at this time.
0 commit comments