-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(aip_launcher): ring outlier filter node load from param file #305
feat(aip_launcher): ring outlier filter node load from param file #305
Conversation
Signed-off-by: vividf <[email protected]>
LGTM. |
Signed-off-by: vividf <[email protected]>
Signed-off-by: vividf <[email protected]>
@badai-nguyen Thanks, I removed distortion corrector related code from this PR. |
@badai-nguyen The distortion corrector part is separated into this PR #317. |
@YoshiRi @badai-nguyen kindly ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@vividf @YoshiRi An error occurred when launch the pilot-auto vanilla with odaiba-AWSIM. 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 Sorry about this, in aip_xx1_launch there is no |
@vividf
I will continue to investigate. |
@vividf In awsim_sensor_kit, |
@SakodaShintaro I see, thanks for the info I will create PR for the awsim as the common_sensor_launch one should work. |
PR autowarefoundation/autoware.universe#8468 removes the default parameter, thus aip_launcher needs to load the ring outlier parameter (also distortion corrector parameter) from the parameter file.