Skip to content

Commit

Permalink
fix(common): fix package name of find-pkg-share (#10135)
Browse files Browse the repository at this point in the history
* fix(common): add missing exec_depend

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

* fix find-pkg-share

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>

---------

Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi authored Mar 7, 2025
1 parent 1fe0d21 commit 160cf54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<arg name="config_file" default="$(find-pkg-share goal_distance_calculator)/config/goal_distance_calculator.param.yaml"/>
<arg name="config_file" default="$(find-pkg-share autoware_goal_distance_calculator)/config/goal_distance_calculator.param.yaml"/>
<node pkg="autoware_goal_distance_calculator" exec="autoware_goal_distance_calculator_node" name="autoware_goal_distance_calculator" output="screen">
<param from="$(var config_file)"/>
</node>
Expand Down

0 comments on commit 160cf54

Please sign in to comment.