Skip to content

Commit

Permalink
build(yabloc_particle_filter): fix launch files
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve committed Jan 24, 2024
1 parent a7cbe66 commit b41aba3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<arg name="twist_cov_for_prediction" default="/localization/twist_estimator/twist_with_covariance"/>
<let name="output_weighted_particles" value="weighted_particles"/>
<let name="output_particles_marker_array" value="predicted_particles_marker"/>
<node pkg="yabloc_particle_filter" exec="predictor_node" name="particle_predictor" output="screen" args="--ros-args --log-level info">
<node pkg="autoware_yabloc_particle_filter" exec="predictor_node" name="particle_predictor" output="screen" args="--ros-args --log-level info">
<param from="$(var predictor_param_path)"/>

<remap from="~/input/initialpose" to="$(var input_initialpose)"/>
Expand All @@ -22,7 +22,7 @@
<arg name="input_projected_line_segments_cloud" default="/localization/pose_estimator/yabloc/image_processing/projected_line_segments_cloud"/>
<arg name="input_ll2_road_marking" default="/localization/pose_estimator/yabloc/map/ll2_road_marking"/>
<arg name="input_ll2_bounding_box" default="/localization/pose_estimator/yabloc/map/ll2_bounding_box"/>
<node pkg="yabloc_particle_filter" exec="camera_particle_corrector_node" name="camera_corrector" output="screen" args="--ros-args --log-level warn">
<node pkg="autoware_yabloc_particle_filter" exec="camera_particle_corrector_node" name="camera_corrector" output="screen" args="--ros-args --log-level warn">
<param from="$(var camera_particle_corrector_param_path)"/>

<remap from="~/input/predicted_particles" to="predicted_particles"/>
Expand All @@ -43,7 +43,7 @@
</node>

<!-- gnss correction -->
<node pkg="yabloc_particle_filter" exec="gnss_particle_corrector_node" name="gnss_corrector" output="screen" args="--ros-args --log-level warn">
<node pkg="autoware_yabloc_particle_filter" exec="gnss_particle_corrector_node" name="gnss_corrector" output="screen" args="--ros-args --log-level warn">
<param from="$(var gnss_particle_corrector_param_path)"/>

<remap from="~/input/predicted_particles" to="predicted_particles"/>
Expand Down

0 comments on commit b41aba3

Please sign in to comment.