Skip to content

Commit

Permalink
fix(pose_initializer): added "user_defined_initial_pose" to dummy loc…
Browse files Browse the repository at this point in the history
…alization (autowarefoundation#6723)

Added "used_defined_initial_pose" to dummy localization

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored and badai-nguyen committed Apr 23, 2024
1 parent 7fd077b commit 087bbef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/tier4_simulator_launch/launch/simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@
<!-- Dummy localization -->
<group if="$(var launch_dummy_localization)">
<include file="$(find-pkg-share pose_initializer)/launch/pose_initializer.launch.xml">
<arg name="user_defined_initial_pose/enable" value="false"/>
<arg name="user_defined_initial_pose/pose" value="[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0]"/>
<arg name="ndt_enabled" value="false"/>
<arg name="gnss_enabled" value="false"/>
<arg name="ekf_enabled" value="false"/>
Expand Down

0 comments on commit 087bbef

Please sign in to comment.