-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update auto2024.launch.py and package.xml***
***Update auto2024.launch.py to include new imports and parameters. Update package.xml to add new dependencies.
- Loading branch information
1 parent
a245bd7
commit 846878c
Showing
4 changed files
with
54 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<robot name="auto_driver" xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:include filename="$(find auto_driver_description)/urdf/auto_driver.xacro" /> | ||
<xacro:include filename="$(find auto_driver_description)/urdf/auto_driver.ros2_control.xacro" /> | ||
<!-- <xacro:include filename="$(find auto_driver_description)/urdf/auto_driver.ros2_control.xacro" /> --> | ||
|
||
<link name="world"/> | ||
|
||
<xacro:auto_driver parent="world"> | ||
<origin xyz="0 0 0" rpy="0 0 0" /> | ||
</xacro:auto_driver> | ||
|
||
<xacro:auto_driver_ros2_control name="auto_driver_ros2_control" /> | ||
<!-- <xacro:auto_driver_ros2_control name="auto_driver_ros2_control" /> --> | ||
</robot> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters