Skip to content

Commit

Permalink
ZumoComSystem is placed in the middle of the Zumo32U4.
Browse files Browse the repository at this point in the history
Prevents error on GPS coordinates
  • Loading branch information
gabryelreyes committed Aug 1, 2024
1 parent cee6747 commit 78816cd
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions webots/protos/ZumoComSystem.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PROTO ZumoComSystem [
Slot {
type "ZumoComSystem"
endPoint Robot {
translation -0.005 0 0.018
children [
DEF BODY Group {
children [
Expand All @@ -27,10 +26,15 @@ PROTO ZumoComSystem [
]
}
%< } else { >%
Shape {
geometry Box {
size 0.06 0.05 0.01
}
Transform {
translation -0.005 0 0.018
children [
Shape {
geometry Box {
size 0.06 0.05 0.01
}
}
]
}
%<}>%
]
Expand Down

0 comments on commit 78816cd

Please sign in to comment.