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

chore: update launch argument #3

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/use_case/annotationless_perception.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,11 @@ The following parameters are set to `false`:
- perception: true
- planning: false
- control: false
- sensing: false / true (default false, set by launch argument)
- use_perception_online_evaluator: true

### Arguments specified in the scenario or launch command

- sensing: It can be disabled by specifying LaunchSensing: false in the scenario. Or specify sensing:=false in the launch command

### How to specify the sensing argument

Expand Down
6 changes: 5 additions & 1 deletion docs/use_case/annotationless_perception.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,11 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- perception: true
- planning: false
- control: false
- sensing: false / true (デフォルト false、launch引数で与える)
- use_perception_online_evaluator: true

### シナリオまたはlaunchコマンドで指定する引数

- sensing: シナリオにLaunchSensing: falseを指定することで無効化できる。またはlaunchコマンドでsensing:=falseを指定する

### sensingの引数指定方法

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/ar_tag_based_localizer.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ The following parameters are set to `false`:
- perception: false
- planning: false
- control: false
- pose_source: artag
- twist_source: gyro_odom

## About simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/ar_tag_based_localizer.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- perception: false
- planning: false
- control: false
- pose_source: artag
- twist_source: gyro_odom

## simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/eagleye.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The following parameters are set to `false`:
- perception: false
- planning: false
- control: false
- pose_source: eagleye
- twist_source: eagleye

## About simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/eagleye.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- perception: false
- planning: false
- control: false
- pose_source: eagleye
- twist_source: eagleye

## simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/localization.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ The following parameters are set to `false`:
- perception: false
- planning: false
- control: false
- pose_source: ndt
- twist_source: gyro_odom

## About simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/localization.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- perception: false
- planning: false
- control: false
- pose_source: ndt
- twist_source: gyro_odom

## simulation

Expand Down
5 changes: 4 additions & 1 deletion docs/use_case/perception.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,13 @@ The following parameters are set to `false`:
- localization: false
- planning: false
- control: false
- sensing: false / true (default value is false. Specify by `LaunchSensing` key for each t4_dataset in the scenario)

**NOTE: The `tf` in the bag is used to align the localization during annotation and simulation. Therefore, localization is invalid.**

### Arguments specified in the scenario or launch command

- sensing: It can be disabled by specifying LaunchSensing: false in the scenario. Or specify sensing:=false in the launch command

## Dependent libraries

The perception evaluation step bases on the [perception_eval](https://github.com/tier4/autoware_perception_evaluation) library.
Expand Down
5 changes: 4 additions & 1 deletion docs/use_case/perception.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,13 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- localization: false
- planning: false
- control: false
- sensing: false / true (デフォルト false、シナリオの `LaunchSensing` キーで t4_dataset 毎に指定する)

**注:アノーテション時とシミュレーション時で自己位置を合わせたいので bag に入っている tf を使い回す。そのため localization は無効である。**

### シナリオまたはlaunchコマンドで指定する引数

- sensing: シナリオにLaunchSensing: falseを指定することで無効化できる。またはlaunchコマンドでsensing:=falseを指定する

## 依存ライブラリ

認識機能の評価は[perception_eval](https://github.com/tier4/autoware_perception_evaluation)に依存している。
Expand Down
5 changes: 4 additions & 1 deletion docs/use_case/perception_2d.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,14 @@ The following parameters are set to `false`:
- localization: false
- planning: false
- control: false
- sensing: false / true (default value is false. Specify by `LaunchSensing` key for each t4_dataset in the scenario)
- perception_mode: camera_lidar_fusion

**NOTE: The `tf` in the bag is used to align the localization during annotation and simulation. Therefore, localization is invalid.**

### Arguments specified in the scenario or launch command

- sensing: It can be disabled by specifying LaunchSensing: false in the scenario. Or specify sensing:=false in the launch command

## Dependent libraries

The perception evaluation step bases on the [perception_eval](https://github.com/tier4/autoware_perception_evaluation) library.
Expand Down
5 changes: 4 additions & 1 deletion docs/use_case/perception_2d.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,14 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- localization: false
- planning: false
- control: false
- sensing: false / true (デフォルト false、シナリオの `LaunchSensing` キーで t4_dataset 毎に指定する)
- perception_mode: camera_lidar_fusion

**注:アノーテション時とシミュレーション時で自己位置を合わせたいので bag に入っている tf を使い回す。そのため localization は無効である。**

### シナリオまたはlaunchコマンドで指定する引数

- sensing: シナリオにLaunchSensing: falseを指定することで無効化できる。またはlaunchコマンドでsensing:=falseを指定する

## 依存ライブラリ

認識機能の評価は[perception_eval](https://github.com/tier4/autoware_perception_evaluation)に依存している。
Expand Down
6 changes: 5 additions & 1 deletion docs/use_case/performance_diag.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ Published topics:
To make Autoware processing less resource-consuming, modules that are not relevant to evaluation are disabled by passing the `false` parameter as a launch argument.
The following parameters are set to `false`:

- perception: false
- planning: false
- control: false
- localization: false / true (default value is false. Specify in scenario)

### Arguments specified in the scenario or launch command

- localization: It can be disabled by specifying LaunchLocalization: false in the scenario. Or specify localization:=false in the launch command

## About simulation

Expand Down
6 changes: 5 additions & 1 deletion docs/use_case/performance_diag.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,13 @@ Published topics:

autoware の処理を軽くするため、評価に関係のないモジュールは launch の引数に false を渡すことで無効化する。以下を設定している。

- perception: false
- planning: false
- control: false
- localization: false / true (デフォルト false、シナリオで指定する)

### シナリオまたはlaunchコマンドで指定する引数

- localization: シナリオにLaunchLocalization: falseを指定することで無効化できる。またはlaunchコマンドでlocalization:=falseを指定する

## simulation

Expand Down
5 changes: 4 additions & 1 deletion docs/use_case/traffic_light.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ The following parameters are set to `false`:
- localization: false
- planning: false
- control: false
- sensing: false / true (default value is false. Specify by `LaunchSensing` key for each t4_dataset in the scenario)
- perception_mode: camera_lidar_fusion

**NOTE: The `tf` in the bag is used to align the localization during annotation and simulation. Therefore, localization is invalid.**

### Arguments specified in the scenario or launch command

- sensing: It can be disabled by specifying LaunchSensing: false in the scenario. Or specify sensing:=false in the launch command

## Dependent libraries

The perception evaluation step bases on the [perception_eval](https://github.com/tier4/autoware_perception_evaluation) library.
Expand Down
6 changes: 4 additions & 2 deletions docs/use_case/traffic_light.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,13 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- localization: false
- planning: false
- control: false
- sensing: false / true (デフォルト false、シナリオの `LaunchSensing` キーで t4_dataset 毎に指定する)
- perception_mode: camera_lidar_fusion

**注:アノーテション時とシミュレーション時で自己位置を合わせたいので bag に入っている tf を使い回す。そのため localization は無効である。**

### シナリオまたはlaunchコマンドで指定する引数

- sensing: シナリオにLaunchSensing: falseを指定することで無効化できる。またはlaunchコマンドでsensing:=falseを指定する

## 依存ライブラリ

認識機能の評価は[perception_eval](https://github.com/tier4/autoware_perception_evaluation)に依存している。
Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/yabloc.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The following parameters are set to `false`:
- perception: false
- planning: false
- control: false
- pose_source: yabloc
- twist_source: gyro_odom

## About simulation

Expand Down
2 changes: 2 additions & 0 deletions docs/use_case/yabloc.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ autoware の処理を軽くするため、評価に関係のないモジュー
- perception: false
- planning: false
- control: false
- pose_source: yabloc
- twist_source: gyro_odom

## simulation

Expand Down
2 changes: 2 additions & 0 deletions log_evaluator/log_evaluator/launch_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@

ANNOTATIONLESS_PERCEPTION_AUTOWARE_ARGS = {
"localization": "false",
"planning": "false",
"control": "false",
"use_perception_online_evaluator": "true",
}

Expand Down
Loading