Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middle divider #96

Merged
merged 1 commit into from
Feb 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
13 changes: 13 additions & 0 deletions mep3_simulation/webots_data/worlds/eurobot_2022.wbt
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,19 @@ Solid {
boundingObject USE WALL_H
locked TRUE
}
Solid {
translation 0 0.85 0.011
children [
DEF middle_divider Shape {
appearance USE WALL_APPEARANCE
geometry Box {
size 0.022 0.3 0.022
}
}
]
boundingObject USE middle_divider
locked TRUE
}
Sample {
name "sample_purple_excavation_site_red"
translation 0.442219 -0.454349 0.0075
Expand Down