-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7d53e5
commit e915d9a
Showing
3 changed files
with
61 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
#VRML_SIM R2023a utf8 | ||
|
||
PROTO ZumoComSystem [ | ||
field SFVec3f translation 0 0 0 | ||
field SFRotation rotation 0 0 1 0 | ||
field SFString name "ZumoComSystem" | ||
field SFString name "ZumoComSystem" | ||
] | ||
{ | ||
Robot { | ||
translation IS translation | ||
rotation IS rotation | ||
children [ | ||
DEF BODY Group { | ||
children [ | ||
Shape { | ||
geometry Box { | ||
size 0.06 0.05 0.01 | ||
Slot { | ||
type "ZumoComSystem" | ||
endPoint Robot { | ||
translation 0 0 0.1 | ||
children [ | ||
DEF BODY Group { | ||
children [ | ||
Shape { | ||
geometry Box { | ||
size 0.06 0.05 0.01 | ||
} | ||
} | ||
} | ||
] | ||
] | ||
} | ||
Receiver { | ||
name "serialComRx" | ||
type "serial" | ||
} | ||
Emitter { | ||
name "serialComTx" | ||
type "serial" | ||
} | ||
GPS { | ||
name "gps" | ||
} | ||
] | ||
name IS name | ||
description "DroidControlShip" | ||
boundingObject USE BODY | ||
physics Physics { | ||
density -1 | ||
mass 0.1 | ||
} | ||
Receiver { | ||
name "serialComRx" | ||
type "serial" | ||
} | ||
Emitter { | ||
name "serialComTx" | ||
type "serial" | ||
} | ||
GPS { | ||
name "gps" | ||
} | ||
] | ||
name IS name | ||
description "DroidControlShip" | ||
boundingObject USE BODY | ||
physics Physics { | ||
density -1 | ||
mass 0.1 | ||
controller "<extern>" | ||
} | ||
controller "<extern>" | ||
} | ||
} |
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