2023-06-01 08:05:36 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="diffdrive_robot">
|
|
|
|
|
|
|
|
<xacro:arg name="prefix" default="" />
|
|
|
|
|
2023-06-01 09:31:26 +00:00
|
|
|
<xacro:include filename="$(find bot_mini_description)/urdf/diffbot_description.urdf.xacro" />
|
2023-06-01 08:05:36 +00:00
|
|
|
|
2023-06-01 09:31:26 +00:00
|
|
|
<xacro:include filename="$(find bot_mini_description)/urdf/diffbot.materials.xacro" />
|
2023-06-01 08:05:36 +00:00
|
|
|
|
2023-06-01 09:31:26 +00:00
|
|
|
<xacro:include filename="$(find bot_mini_description)/urdf/odrive.ros2_control.xacro" />
|
2023-06-01 08:05:36 +00:00
|
|
|
|
|
|
|
<xacro:diffbot prefix="$(arg prefix)" />
|
|
|
|
|
|
|
|
<xacro:odrive_ros2_control
|
|
|
|
name="ODriveDiffBot"
|
|
|
|
joint0_name="$(arg prefix)left_wheel_joint"
|
|
|
|
joint1_name="$(arg prefix)right_wheel_joint" />
|
|
|
|
|
|
|
|
</robot>
|