forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(traffic_light_multi_camera_fusion): read parameters from yaml f…
…ile (autowarefoundation#10144) * chore(traffic_light_multi_camera_fusion): read parameters from yaml file Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix * add all_traffic_light_camera param to launch.xml Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * fix json schema Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * remove camera namespace parameter from config file Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * revert unnecessary change Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * remove camera_namespaces from required Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b112310
commit cd6ee6d
Showing
5 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...are_traffic_light_multi_camera_fusion/config/traffic_light_multi_camera_fusion.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
/**: | ||
ros__parameters: | ||
camera_namespaces: ["camera6", "camera7"] | ||
message_lifespan: 0.09 | ||
approximate_sync: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters