Skip to content

Commit

Permalink
Add FogROS2 team (#42)
Browse files Browse the repository at this point in the history
* Add FogROS2 team

Signed-off-by: Víctor Mayoral Vilches <[email protected]>

* Add trailing newline.

Co-authored-by: Steven! Ragnarök <[email protected]>
  • Loading branch information
vmayoral and nuclearsandwich authored Apr 11, 2022
1 parent fbcc7e8 commit 87720c3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions 00-members.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ locals {
local.dolly_team,
local.fastcdr_team,
local.fmi_team,
local.fogros2_team,
local.four_wheel_steering_msgs_team,
local.gazebo_team,
local.geographic_info_team,
Expand Down
1 change: 1 addition & 0 deletions 00-repositories.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ locals {
local.dolly_repositories,
local.fastcdr_repositories,
local.fmi_repositories,
local.fogros2_repositories,
local.four_wheel_steering_msgs_repositories,
local.gazebo_repositories,
local.geographic_info_repositories,
Expand Down
23 changes: 23 additions & 0 deletions fogros2.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
locals {
fogros2_team = [
"vmayoral",
"jeffi",
"KeplerC",
"KDharmarajanDev",
"mjd3",
"simeonoa",
"Zhanhugo",
"Ghassemiramtin",
"xzrderek",
]
fogros2_repositories = [
"fogros2-release",
]
}

module "fogros2_team" {
source = "./modules/release_team"
team_name = "fogros2"
members = local.fogros2_team
repositories = local.fogros2_repositories
}

0 comments on commit 87720c3

Please sign in to comment.