Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use ring_outlier_filter_node_param #324

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

SakodaShintaro
Copy link
Contributor

The pull request below added ring_outlier_filter_node_param_file, but it doesn't seem to be loaded properly.
#305

This pull request fixes the above issue.

How tested

I have confirmed that the following script works properly.

$HOME/Downloads/odaiba_urp_binary_2024_09_11/AWSIM.x86_64 is TIER IV internal AWSIM.

The map is also TIER IV internal.

The branch of pilot-auto is beta/v0.36 https://github.com/tier4/pilot-auto/tree/beta/v0.36.

#!/bin/bash
set -eux

trap "kill 0" EXIT

set +eux
source $HOME/pilot-auto/install/setup.bash
set -eux

$HOME/Downloads/odaiba_urp_binary_2024_09_11/AWSIM.x86_64 &

ros2 launch autoware_launch e2e_simulator.launch.xml \
    map_path:=$HOME/autoware_map/odaiba_beta/ \
    vehicle_model:=taxi \
    sensor_model:=aip_xx1 \
    use_foa:=false \
    vehicle_id:=awsim_jpt \
    traffic_light_namespace:=[camera6]

@SakodaShintaro SakodaShintaro self-assigned this Oct 3, 2024
Copy link
Contributor

@vividf vividf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM!

@SakodaShintaro SakodaShintaro merged commit 762520e into tier4/universe Oct 3, 2024
9 of 10 checks passed
@SakodaShintaro SakodaShintaro deleted the fix/ring_outlier_filter_node_param branch October 3, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants