Skip to content

Commit

Permalink
fix: replace tier4_autoware_launch with autoware_launch (#427)
Browse files Browse the repository at this point in the history
* fix: replace tier4_autoware_launch with autoware_launch

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kenji-miyake and pre-commit-ci[bot] authored Feb 21, 2022
1 parent 737773d commit b145d4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion launch/tier4_integration_launch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Package Dependencies

- tier4_autoware_launch
- autoware_launch

## Notes

Expand Down
4 changes: 2 additions & 2 deletions launch/tier4_integration_launch/integration_launch.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="rviz" default="false" description="launch rviz"/>

<!-- autoware -->
<include file="$(find-pkg-share tier4_autoware_launch)/launch/planning_simulator.launch.xml">
<include file="$(find-pkg-share autoware_launch)/launch/planning_simulator.launch.xml">
<arg name="vehicle_model" value="$(var vehicle_model)" />
<arg name="sensor_model" value="$(var sensor_model)" />
<arg name="map_path" value="$(var map_path)"/>
Expand Down
2 changes: 1 addition & 1 deletion launch/tier4_integration_launch/launch/release.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<arg name="pointcloud_map_file" default="pointcloud_map_file" description="pointcloud map file name"/>
<arg name="rviz" default="false" description="launch rviz"/>

<include file="$(find tier4_autoware_launch)/launch/autoware.launch.xml">
<include file="$(find autoware_launch)/launch/autoware.launch.xml">
<arg name="vehicle_model" value="$(var vehicle_model)"/>
<arg name="sensor_model" value="$(var sensor_model)"/>
<arg name="map_path" value="$(var map_path)"/>
Expand Down
2 changes: 1 addition & 1 deletion launch/tier4_integration_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<license>Apache 2</license>
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<exec_depend>autoware_launch</exec_depend>
<exec_depend>python3-bson</exec_depend>
<exec_depend>python3-tornado</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>tier4_autoware_launch</exec_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>autoware_lint_common</test_depend>
Expand Down

0 comments on commit b145d4e

Please sign in to comment.