Skip to content

Commit

Permalink
Remove ros2_control include from QEV-3D URDF and clean up vehicle URD…
Browse files Browse the repository at this point in the history
…F structure
  • Loading branch information
bocho0600 committed Feb 3, 2025
1 parent 2d20fdc commit 2566443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/operations/vehicle_urdf/urdf/qev-3d.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
</xacro:velodyne>

<!-- ros2_control include -->
<xacro:include filename="$(find ros2_control)/description/qev3d.ros2_control.urdf.xacro"/>
<!-- <xacro:include filename="$(find ros2_control)/description/qev3d.ros2_control.urdf.xacro"/> -->

</robot>
7 changes: 0 additions & 7 deletions src/operations/vehicle_urdf/urdf/vehicle.urdf.xacro
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro">







<xacro:macro name="chassis" params="base_frame display_car">
<!-- Base Frame -->
<link name="${base_frame}"/>
Expand Down

0 comments on commit 2566443

Please sign in to comment.