First commit
This commit is contained in:
178
simulator/protos/SRObot.proto
Executable file
178
simulator/protos/SRObot.proto
Executable file
@@ -0,0 +1,178 @@
|
||||
#VRML_SIM R2023b utf8
|
||||
EXTERNPROTO "./robot/MotorAssembly.proto"
|
||||
EXTERNPROTO "./robot/Caster.proto"
|
||||
EXTERNPROTO "./robot/RobotCamera.proto"
|
||||
EXTERNPROTO "./robot/UltrasoundModule.proto"
|
||||
EXTERNPROTO "./robot/RGBLed.proto"
|
||||
EXTERNPROTO "./robot/ReflectanceSensor.proto"
|
||||
EXTERNPROTO "./robot/Flag.proto"
|
||||
EXTERNPROTO "./robot/BumpSensor.proto"
|
||||
|
||||
PROTO SRObot [
|
||||
field SFString name ""
|
||||
field SFVec3f translation 0 0 0
|
||||
field SFRotation rotation 0 0 1 0
|
||||
field SFString controller "<generic>"
|
||||
field MFString controllerArgs []
|
||||
field SFString customData ""
|
||||
field SFColor flagColour 1 1 1
|
||||
] {
|
||||
Robot {
|
||||
name IS name
|
||||
translation IS translation
|
||||
rotation IS rotation
|
||||
controller IS controller
|
||||
controllerArgs IS controllerArgs
|
||||
customData IS customData
|
||||
children [
|
||||
Pose {
|
||||
translation 0 0 0.049
|
||||
children [
|
||||
MotorAssembly {
|
||||
name "left motor"
|
||||
rotation 0 0 1 3.1415
|
||||
reversed TRUE
|
||||
translation 0 0.1 0
|
||||
}
|
||||
MotorAssembly {
|
||||
name "right motor"
|
||||
translation 0 -0.1 0
|
||||
}
|
||||
Caster {
|
||||
name "caster"
|
||||
translation -0.13 0 -0.045
|
||||
}
|
||||
DEF BASE Solid {
|
||||
translation -0.045 0 -0.02
|
||||
children [
|
||||
Shape {
|
||||
appearance PBRAppearance {
|
||||
baseColor 0.757 0.604 0.424
|
||||
roughness 1
|
||||
metalness 0
|
||||
}
|
||||
geometry Box {
|
||||
size 0.21 0.16 0.02
|
||||
}
|
||||
}
|
||||
]
|
||||
name "Chassis"
|
||||
boundingObject DEF BASE_GEO Box {
|
||||
size 0.21 0.16 0.02
|
||||
}
|
||||
physics Physics {
|
||||
density 3000 # Aluminium
|
||||
}
|
||||
}
|
||||
DEF BOARD Solid {
|
||||
translation -0.06 0 0
|
||||
children [
|
||||
Shape {
|
||||
appearance PBRAppearance {
|
||||
baseColor 0 0 0
|
||||
roughness 1
|
||||
metalness 0
|
||||
}
|
||||
geometry Box {
|
||||
size 0.08 0.06 0.02
|
||||
}
|
||||
}
|
||||
]
|
||||
name "Board"
|
||||
}
|
||||
RobotCamera {
|
||||
name "camera"
|
||||
translation 0 0 0.03
|
||||
}
|
||||
Solid {
|
||||
translation -0.01 0 0
|
||||
children [
|
||||
Shape {
|
||||
appearance PBRAppearance {
|
||||
baseColor 0.4 0.4 0.4
|
||||
metalness 0
|
||||
}
|
||||
geometry Box {
|
||||
size 0.01 0.01 0.03
|
||||
}
|
||||
}
|
||||
]
|
||||
name "Camera riser"
|
||||
}
|
||||
UltrasoundModule {
|
||||
name "ultrasound front"
|
||||
translation 0.04 0 0
|
||||
}
|
||||
UltrasoundModule {
|
||||
name "ultrasound left"
|
||||
translation -0.08 0.07 0
|
||||
rotation 0 0 1 1.5708
|
||||
}
|
||||
UltrasoundModule {
|
||||
name "ultrasound back"
|
||||
translation -0.14 0 0
|
||||
rotation 0 0 1 3.1416
|
||||
}
|
||||
UltrasoundModule {
|
||||
name "ultrasound right"
|
||||
translation -0.08 -0.07 0
|
||||
rotation 0 0 1 -1.5708
|
||||
}
|
||||
RGBLed {
|
||||
name "led 1"
|
||||
translation -0.12 0.05 -0.008
|
||||
}
|
||||
RGBLed {
|
||||
name "led 2"
|
||||
translation -0.12 0 -0.008
|
||||
}
|
||||
RGBLed {
|
||||
name "led 3"
|
||||
translation -0.12 -0.05 -0.008
|
||||
}
|
||||
ReflectanceSensor {
|
||||
name "left reflectance sensor"
|
||||
translation 0.03 0.02 -0.03
|
||||
rotation 0 0 1 1.5708
|
||||
}
|
||||
ReflectanceSensor {
|
||||
name "center reflectance sensor"
|
||||
translation 0.03 0 -0.03
|
||||
rotation 0 0 1 1.5708
|
||||
}
|
||||
ReflectanceSensor {
|
||||
name "right reflectance sensor"
|
||||
translation 0.03 -0.02 -0.03
|
||||
rotation 0 0 1 1.5708
|
||||
}
|
||||
BumpSensor {
|
||||
name "front left bump sensor"
|
||||
translation 0.06 0.05 -0.02
|
||||
}
|
||||
BumpSensor {
|
||||
name "front right bump sensor"
|
||||
translation 0.06 -0.05 -0.02
|
||||
}
|
||||
BumpSensor {
|
||||
name "rear left bump sensor"
|
||||
translation -0.15 0.05 -0.02
|
||||
}
|
||||
BumpSensor {
|
||||
name "rear right bump sensor"
|
||||
translation -0.15 -0.05 -0.02
|
||||
}
|
||||
Flag {
|
||||
name "flag"
|
||||
translation 0.03 0.05 0.09
|
||||
flagColour IS flagColour
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
boundingObject Pose {
|
||||
translation -0.045 0 0.029
|
||||
children [USE BASE_GEO]
|
||||
}
|
||||
physics Physics {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user