Skip to content

Commit

Permalink
add launch param
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda committed Dec 1, 2022
1 parent fb5e471 commit 4d97a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions localization/gyro_odometer/launch/gyro_odometer.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<arg name="output_frame" default="base_link" description="output frame id"/>
<arg name="message_timeout_sec" default="0.2" description="delay tolerance time for message"/>
<arg name="output_rate" default="50.0" description="output rate for twist"/>

<node pkg="gyro_odometer" exec="gyro_odometer" name="gyro_odometer" output="screen">
<remap from="vehicle/twist_with_covariance" to="$(var input_vehicle_twist_with_covariance_topic)"/>
Expand All @@ -25,5 +26,6 @@

<param name="output_frame" value="$(var output_frame)"/>
<param name="message_timeout_sec" value="$(var message_timeout_sec)"/>
<param name="output_rate" value="$(var output_rate)"/>
</node>
</launch>

0 comments on commit 4d97a37

Please sign in to comment.