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

feat: support-override-autoware-launch-arg #5

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

hayato-m126
Copy link
Collaborator

Types of PR

  • New Features

Description

  • support override autoware launch argument

How to review this PR

Others

# before cannot change sensing component able/disable by launch argument
❯ ros2 launch log_evaluator log_evaluator.launch.py scenario_path:=$HOME/log_evaluator/perception/scenario.yaml
[INFO] [launch]: All log files can be found below /home/hyt/.ros/log/2024-07-23-18-27-40-418459-dpc2405001-1800682
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [launch.user]: dataset_path=PosixPath('/home/hyt/log_evaluator/perception/sample_dataset'), dataset_index=0, output_dir=PosixPath('/home/hyt/log_evaluator/perception/out/2024-0723-182740'), use_case=perception
[INFO] [launch.user]: launch_component={'sensing': 'false', 'localization': 'false', 'perception': 'true', 'planning': 'false', 'control': 'false'}
# after
❯ ros2 launch log_evaluator log_evaluator.launch.py scenario_path:=$HOME/log_evaluator/perception/scenario.yaml sensing:=true
[INFO] [launch]: All log files can be found below /home/hyt/.ros/log/2024-07-23-18-30-16-900564-dpc2405001-1802117
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [launch.user]: dataset_path=PosixPath('/home/hyt/log_evaluator/perception/sample_dataset'), dataset_index=0, output_dir=PosixPath('/home/hyt/log_evaluator/perception/out/2024-0723-183016'), use_case=perception
[INFO] [launch.user]: launch_component={'sensing': 'true', 'localization': 'false', 'perception': 'true', 'planning': 'false', 'control': 'false'}

@hayato-m126 hayato-m126 merged commit cab9517 into develop Jul 24, 2024
4 checks passed
@hayato-m126 hayato-m126 deleted the feat/support-override-autoware-launch-arg branch July 24, 2024 08:56
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.

1 participant