Skip to content

Commit

Permalink
fix(vehicle_velocity_converter): rename yaml file (autowarefoundation…
Browse files Browse the repository at this point in the history
…#302)

* fix(vehicle_velocity_converter): rename yaml file

Signed-off-by: YamatoAndo <yamato.ando@gmail.com>

* arrange the matrix

Signed-off-by: YamatoAndo <yamato.ando@gmail.com>
  • Loading branch information
YamatoAndo committed Jan 25, 2022
1 parent 90a8b6a commit c2f04c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 43 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**:
ros__parameters:
frame_id: base_link
twist_covariance:
[
0.04, 0.0, 0.0, 0.0, 0.0, 0.0,
0.0, 10000.0, 0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 10000.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 10000.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0, 10000.0, 0.0,
0.0, 0.0, 0.0, 0.0, 0.0, 0.01,
]

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch>
<arg name="input_vehicle_velocity_topic" default="velocity_status"/>
<arg name="output_twist_with_covariance" default="twist_with_covariance"/>
<arg name="config_file" default="$(find-pkg-share vehicle_velocity_converter)/config/vehicle_velocity_converter.yaml"/>
<arg name="config_file" default="$(find-pkg-share vehicle_velocity_converter)/config/vehicle_velocity_converter.param.yaml"/>

<node pkg="vehicle_velocity_converter" exec="vehicle_velocity_converter" name="vehicle_velocity_converter_node" output="screen">
<param from="$(var config_file)"/>
Expand Down

0 comments on commit c2f04c9

Please sign in to comment.