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

46 lokalizacija diskova kamera #62

Closed
wants to merge 11 commits into from
Closed
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
29 changes: 29 additions & 0 deletions mep3_simulation/webots_data/protos/CalibrationChecker.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#VRML_OBJ R2021b utf8

PROTO CalibrationChecker [
field SFString name "CalibrationChecker"
field SFVec3f translation 0.3 0 0
field SFRotation rotation 0 1 0 0
]
{
Solid {
translation IS translation
rotation IS rotation
children [
Shape {
appearance Appearance {
texture ImageTexture {
url [
"assets/samples/check-108.png"
]
}
name "check-108"
}
geometry Box {
size 0.215 0.27 0.003
}
}
]
name IS name
}
}
5 changes: 5 additions & 0 deletions mep3_simulation/webots_data/protos/RobotMemristor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ PROTO RobotMemristor [
hiddenField SFFloat robot_z_size 0.335
hiddenField SFFloat robot_height 0.013
hiddenField SFFloat robot_plate_width 0.005
field MFNode extensionSlot [] # Extends the robot with new nodes in the extension slot.

]
{
Robot {
Expand Down Expand Up @@ -161,6 +163,9 @@ Robot {
translation 0 0 %<= fields.robot_z_size.value + 0.03 >%
rotation 0.577351 0.577349 0.577351 2.0944
}
Group {
children IS extensionSlot
}
]
boundingObject Group {
children [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions mep3_simulation/webots_data/worlds/eurobot_2022.wbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@ Floor {
metalness 0
}
}
RobotMemristor {
name "MemristorRobot"
translation 0 0 0
controller "<extern>"
extensionSlot [
JetBotRaspberryPiCamera {
translation 0.06 0 0.34
rotation 0 1 0 2.62
fieldOfView 1.16
}
]
}
Solid {
children [
DEF purple_statuette_support_shape Group {
Expand Down Expand Up @@ -596,10 +608,6 @@ Sample {
rotation 0.8246198587813874 0.4760949184673239 0.30550894768068065 -2.1681953071795865
frontTexture "blue"
}
RobotMemristor {
translation 0 0 0
controller "<extern>"
}
ExcavationSquare {
name "excSq0"
translation -0.8325 -1.022 0
Expand Down
Binary file added mep3_vision/check-108.pdf
Binary file not shown.
Loading