Skip to content

Commit

Permalink
Merge branch 'main' into feat/default_mask
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihiroKogure authored Dec 5, 2024
2 parents 060d548 + 5197af4 commit aab87e8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
with:
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
incremental-files-only: false
2 changes: 1 addition & 1 deletion .github/workflows/spell-check-partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Run spell-check
uses: autowarefoundation/autoware-github-actions/spell-check@v1
with:
cspell-json-url: https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
cspell-json-url: https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json
local-cspell-json: .cspell-partial.json
incremental-files-only: false
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- vehicle info -->
<arg name="vehicle_model" default="lexus"/>
<include file="$(find-pkg-share global_parameter_loader)/launch/global_params.launch.py">
<include file="$(find-pkg-share autoware_global_parameter_loader)/launch/global_params.launch.py">
<arg name="vehicle_model" value="$(var vehicle_model)"/>
</include>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<arg name="input/route_topic" default="/planning/mission_planning/route"/>

<group scoped="false">
<include file="$(find-pkg-share global_parameter_loader)/launch/global_params.launch.py">
<include file="$(find-pkg-share autoware_global_parameter_loader)/launch/global_params.launch.py">
<arg name="use_sim_time" value="$(var use_sim_time)"/>
<arg name="vehicle_model" value="$(var vehicle_model)"/>
</include>
Expand All @@ -23,6 +23,6 @@
<param from="$(find-pkg-share autoware_planning_data_analyzer)/config/behavior_analyzer.param.yaml"/>
</composable_node>

<composable_node pkg="glog_component" plugin="GlogComponent" name="glog_component" namespace=""/>
<composable_node pkg="autoware_glog_component" plugin="GlogComponent" name="glog_component" namespace=""/>
</node_container>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<arg name="invert_imu_z" default="true" description="Invert z-angular velocity from imu"/>

<!-- get wheel base from vehicle info -->
<include file="$(find-pkg-share global_parameter_loader)/launch/global_params.launch.py">
<include file="$(find-pkg-share autoware_global_parameter_loader)/launch/global_params.launch.py">
<arg name="vehicle_model" value="$(var vehicle_model)"/>
</include>

Expand Down

0 comments on commit aab87e8

Please sign in to comment.