-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace wheel_stuck_alpha to wheel_stuck_go
Signed-off-by: Autumn60 <[email protected]>
- Loading branch information
Showing
12 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
2 changes: 1 addition & 1 deletion
2
src/description/wheel_stuck_go/wheel_stuck_go_description/CMakeLists.txt
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
4 changes: 2 additions & 2 deletions
4
src/description/wheel_stuck_go/wheel_stuck_go_description/package.xml
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>wheel_stuck_alpha_description</name> | ||
<name>wheel_stuck_go_description</name> | ||
<version>0.1.0</version> | ||
<description>The wheel_stuck_alpha_description package</description> | ||
<description>The wheel_stuck_go_description package</description> | ||
<maintainer email="[email protected]">Akiro Harada</maintainer> | ||
|
||
<license>Apache 2</license> | ||
|
2 changes: 1 addition & 1 deletion
2
src/description/wheel_stuck_go/wheel_stuck_go_description/urdf/robot.urdf.xacro
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,6 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro"> | ||
<xacro:property name="robot_info" value="${xacro.load_yaml('$(find wheel_stuck_alpha_description)/config/robot_info.param.yaml')}"/> | ||
<xacro:property name="robot_info" value="${xacro.load_yaml('$(find wheel_stuck_go_description)/config/robot_info.param.yaml')}"/> | ||
|
||
<link name="base_link"/> | ||
</robot> |
2 changes: 1 addition & 1 deletion
2
src/description/wheel_stuck_go/wheel_stuck_go_launcher/CMakeLists.txt
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
4 changes: 2 additions & 2 deletions
4
src/description/wheel_stuck_go/wheel_stuck_go_launcher/package.xml
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>wheel_stuck_alpha_launcher</name> | ||
<name>wheel_stuck_go_launcher</name> | ||
<version>0.1.0</version> | ||
<description>The wheel_stuck_alpha_launcher package</description> | ||
<description>The wheel_stuck_go_launcher package</description> | ||
<maintainer email="[email protected]">Akiro Harada</maintainer> | ||
|
||
<license>Apache 2</license> | ||
|
2 changes: 1 addition & 1 deletion
2
src/description/wheel_stuck_go/wheel_stuck_go_sensor_kit_description/CMakeLists.txt
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
4 changes: 2 additions & 2 deletions
4
src/description/wheel_stuck_go/wheel_stuck_go_sensor_kit_description/package.xml
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>wheel_stuck_alpha_sensor_kit_description</name> | ||
<name>wheel_stuck_go_sensor_kit_description</name> | ||
<version>0.1.0</version> | ||
<description>The wheel_stuck_alpha_sensor_kit_description package</description> | ||
<description>The wheel_stuck_go_sensor_kit_description package</description> | ||
<maintainer email="[email protected]">Akiro Harada</maintainer> | ||
|
||
<license>Apache 2</license> | ||
|
2 changes: 1 addition & 1 deletion
2
...scription/wheel_stuck_go/wheel_stuck_go_sensor_kit_description/urdf/sensor_kit.urdf.xacro
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
2 changes: 1 addition & 1 deletion
2
src/description/wheel_stuck_go/wheel_stuck_go_sensor_kit_launcher/CMakeLists.txt
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
4 changes: 2 additions & 2 deletions
4
src/description/wheel_stuck_go/wheel_stuck_go_sensor_kit_launcher/package.xml
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,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>wheel_stuck_alpha_sensor_kit_launcher</name> | ||
<name>wheel_stuck_go_sensor_kit_launcher</name> | ||
<version>0.1.0</version> | ||
<description>The wheel_stuck_alpha_sensor_kit_launcher package</description> | ||
<description>The wheel_stuck_go_sensor_kit_launcher package</description> | ||
<maintainer email="[email protected]">Akiro Harada</maintainer> | ||
|
||
<license>Apache 2</license> | ||
|
4 changes: 2 additions & 2 deletions
4
src/launch/wheel_stuck_launcher/launch/wheel_stuck.launch.xml
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