Skip to content

Commit

Permalink
fix: exec_depend for map_launch (autowarefoundation#310)
Browse files Browse the repository at this point in the history
* fix: exec_depend for map_launch

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
h-ohta and pre-commit-ci[bot] authored May 13, 2022
1 parent 7eff3c1 commit 66101a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/path/to/map
- [control_launch](./control_launch)
- [integration_launch](./integration_launch)
- [localization_launch](./localization_launch)
- [map_launch](./map_launch)
- [perception_launch](./perception_launch)
- [planning_launch](./planning_launch)
- [sensing_launch](./sensing_launch)
Expand Down
2 changes: 1 addition & 1 deletion autoware_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<exec_depend>control_launch</exec_depend>
<exec_depend>global_parameter_loader</exec_depend>
<exec_depend>localization_launch</exec_depend>
<exec_depend>map_launch</exec_depend>
<exec_depend>perception_launch</exec_depend>
<exec_depend>planning_launch</exec_depend>
<exec_depend>python3-bson</exec_depend>
Expand All @@ -22,6 +21,7 @@
<exec_depend>sensing_launch</exec_depend>
<exec_depend>simulator_launch</exec_depend>
<exec_depend>system_launch</exec_depend>
<exec_depend>tier4_map_launch</exec_depend>
<exec_depend>vehicle_launch</exec_depend>
<exec_depend>web_controller</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion integration_launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

<exec_depend>control_launch</exec_depend>
<exec_depend>localization_launch</exec_depend>
<exec_depend>map_launch</exec_depend>
<exec_depend>perception_launch</exec_depend>
<exec_depend>planning_launch</exec_depend>
<exec_depend>python3-bson</exec_depend>
<exec_depend>python3-tornado</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>sensing_launch</exec_depend>
<exec_depend>system_launch</exec_depend>
<exec_depend>tier4_map_launch</exec_depend>
<exec_depend>vehicle_launch</exec_depend>
<exec_depend>web_controller</exec_depend>

Expand Down

0 comments on commit 66101a6

Please sign in to comment.