File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 44 <!-- Task: Include all the nessesary xacro parts for our robot -->
55 <xacro : include filename =" $(find smb_description)/urdf/smb_utils.urdf.xacro" />
66 <xacro : include filename =" $(find smb_description)/urdf/smb_properties.urdf.xacro" />
7- <!-- <xacro:include filename="$(find smb_description)/urdf/gps.urdf.xacro" /> -->
8- <!-- <xacro:include filename="$(find smb_description)/urdf/sensor_plugins/smb_diff_drive_plugin.urdf.xacro" /> -->
97 <xacro : include filename =" ${description_path}/urdf/sensor_plugins/smb_imu.gazebo.xacro" />
108 <xacro : include filename =" ${description_path}/urdf/sensor_plugins/smb_lidar.gazebo.xacro" />
119 <xacro : include filename =" ${description_path}/urdf/sensor_plugins/smb_odometry.urdf.xacro" />
2321 <robot_base_frame >base_link</robot_base_frame >
2422 <dimensions >3</dimensions >
2523 <odom_topic >odom</odom_topic >
26- <odom_frame >base_link</odom_frame >
24+ <odom_frame >odom</odom_frame >
25+ <odom_publish_frequency >100</odom_publish_frequency >
26+ <tf_topic >tf</tf_topic >
2727 </plugin >
2828 </gazebo >
2929
179179
180180 <xacro : wheel prefix =" RH" X =" ${backWheelX}" reflect =" -1" friction_coeff =" 0.85" />
181181
182- <!-- <xacro:gps x="0.0" y="0.0" z="${chassisHeight/2}" parent="${base_link_name}" /> -->
183-
184- <!-- define simulation -->
185182
186183 <xacro : IMU base_link =" ${base_link_name}" simulation =" ${simulation}" />
187184
197194 t265_origin_rpy =" 0 0 0"
198195 simulation =" True" />
199196
200- <!-- plugins -->
201-
202- <!-- <xacro:robot_gz_diff_drive_plugin /> -->
203197
204198</robot >
You can’t perform that action at this time.
0 commit comments