Feature/lidar_proto#191
Open
jonpg01 wants to merge 4 commits into
Open
Conversation
stefanvogel
requested changes
Jun 22, 2026
| field SFString name "ZumoComSystem" | ||
| field SFBool performanceMode FALSE # Use basic blocks for the robot instead of meshes. Increases performance. | ||
| field SFBool synchronization TRUE # Set to FALSE when used alongside another extern controller. | ||
| field SFNode flagshipSlot NULL # Slot for the FlagShip |
Collaborator
There was a problem hiding this comment.
Suggested change
| field SFNode flagshipSlot NULL # Slot for the FlagShip | |
| field SFNode flagShipSlot NULL # Slot for the FlagShip |
| } | ||
| Slot { | ||
| type "FlagShip" | ||
| endPoint IS flagshipSlot |
Collaborator
There was a problem hiding this comment.
Suggested change
| endPoint IS flagshipSlot | |
| endPoint IS flagShipSlot |
Comment on lines
+7
to
+24
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/plants/protos/PottedTree.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/floors/protos/Floor.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/appearances/protos/CementTiles.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/apartment_structure/protos/Window.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/apartment_structure/protos/Wall.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/appearances/protos/Roughcast.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/apartment_structure/protos/Radiator.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/apartment_structure/protos/Door.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/cabinet/protos/Cabinet.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/factory/containers/protos/CardboardBox.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/kitchen/fridge/protos/Fridge.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/lights/protos/FloorLight.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/living_room_furniture/protos/Sofa.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/living_room_furniture/protos/Armchair.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/paintings/protos/LandscapePainting.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/tables/protos/Table.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/traffic/protos/DirectionPanel.proto" | ||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/develop/projects/objects/plants/protos/BunchOfSunFlowers.proto" |
Collaborator
There was a problem hiding this comment.
Can't you pin to a specific version here instead of using the develop branch (which is a moving target)?
| @@ -0,0 +1,68 @@ | |||
| #VRML_SIM R2023b utf8 | |||
Collaborator
There was a problem hiding this comment.
Should be R2025a as well I guess.
Comment on lines
+1
to
+3
| #VRML_SIM R2023a utf8 | ||
|
|
||
| EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2023a/projects/objects/floors/protos/RectangleArena.proto" |
| @@ -0,0 +1,237 @@ | |||
| #VRML_SIM R2023b utf8 | |||
stefanvogel
approved these changes
Jun 26, 2026
| @@ -0,0 +1,47 @@ | |||
| #VRML_SIM R2025a utf8 | |||
|
|
|||
| # FlagShip is a extension that is mounted on top of the ZumoComSystem (DroidControlShip). | |||
Collaborator
There was a problem hiding this comment.
Suggested change
| # FlagShip is a extension that is mounted on top of the ZumoComSystem (DroidControlShip). | |
| # FlagShip is an extension that is mounted on top of the ZumoComSystem (DroidControlShip). |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.