Skip to content

Commit

Permalink
Platoon uses performance mode due to high number of robots
Browse files Browse the repository at this point in the history
  • Loading branch information
gabryelreyes committed Jul 24, 2024
1 parent 0c1ea31 commit d34f085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webots/worlds/zumo_with_com_system/PlatoonTrack.wbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ DEF LEADER Zumo32U4 {
contactMaterial "rubber"
zumoComSystemSlot ZumoComSystem {
name "ZumoComSystemLeader"
performanceMode TRUE
}
performanceMode TRUE
}
DEF FOLLOWER1 Zumo32U4 {
translation -3.15 -1.2 0.013994298332013683
Expand All @@ -52,7 +54,9 @@ DEF FOLLOWER1 Zumo32U4 {
contactMaterial "rubber"
zumoComSystemSlot ZumoComSystem {
name "ZumoComSystemFollower1"
performanceMode TRUE
}
performanceMode TRUE
}
DEF FOLLOWER2 Zumo32U4 {
translation -3.15 -1.35 0.013994298332013683
Expand All @@ -61,7 +65,9 @@ DEF FOLLOWER2 Zumo32U4 {
contactMaterial "rubber"
zumoComSystemSlot ZumoComSystem {
name "ZumoComSystemFollower2"
performanceMode TRUE
}
performanceMode TRUE
}
Supervisor {
name "PlatoonSupervisor"
Expand Down

0 comments on commit d34f085

Please sign in to comment.