Skip to content

Commit

Permalink
replace wheel_stuck_alpha to wheel_stuck_go
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Aug 5, 2024
1 parent 3404579 commit 7ee5002
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
src/common/wheel_stuck_common_utils/** @Autumn60 @Bey9434
src/control/joy2twist/** @Bey9434
src/description/wheel_stuck_alpha/** @Autumn60
src/description/wheel_stuck_go/** @Autumn60
src/launch/wheel_stuck_launcher/** @Autumn60
src/launch/wheel_stuck_robot_launcher/** @Autumn60
src/launch/wheel_stuck_sensing_launcher/** @Autumn60
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(wheel_stuck_alpha_description)
project(wheel_stuck_go_description)

find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
Expand Down
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>
Expand Down
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>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(wheel_stuck_alpha_launcher)
project(wheel_stuck_go_launcher)

find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
Expand Down
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>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(wheel_stuck_alpha_sensor_kit_description)
project(wheel_stuck_go_sensor_kit_description)

find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
Expand Down
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>
Expand Down
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="sensors_calibration" value="${xacro.load_yaml('$(find wheel_stuck_alpha_sensor_kit_description)/config/sensors_calibration.param.yaml')}"/>
<xacro:property name="sensors_calibration" value="${xacro.load_yaml('$(find wheel_stuck_go_sensor_kit_description)/config/sensors_calibration.param.yaml')}"/>

<link name="velodyne_base_link"/>
<joint name="velodyne_base_joint" type="fixed">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(wheel_stuck_alpha_sensor_kit_launcher)
project(wheel_stuck_go_sensor_kit_launcher)

find_package(ament_cmake_auto REQUIRED)
ament_auto_find_build_dependencies()
Expand Down
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>
Expand Down
4 changes: 2 additions & 2 deletions src/launch/wheel_stuck_launcher/launch/wheel_stuck.launch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch>
<!-- Essential parameters -->
<arg name="robot_model" default="wheel_stuck_alpha"/>
<arg name="sensor_kit_model" default="wheel_stuck_alpha_sensor_kit"/>
<arg name="robot_model" default="wheel_stuck_go"/>
<arg name="sensor_kit_model" default="wheel_stuck_go_sensor_kit"/>

<!-- Optional parameters -->
<arg name="launch_robot" default="true"/>
Expand Down

0 comments on commit 7ee5002

Please sign in to comment.