Skip to content
Permalink
Browse files
Updated controllerArgs to match new webots version
  • Loading branch information
David committed Sep 2, 2020
1 parent db50d09 commit 28b5474bd903b1da6ccfbd683f0c087cc6c4d2cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -3,7 +3,7 @@ PROTO CoventryVehicle [
field SFRotation rotation 0 0 0 0 # Is `Transform.rotation`.
field SFString name "coventry" # Is `Solid.name`.
field SFString controller "" # Is `Robot.controller`.
field SFString controllerArgs "" # Is `Robot.controllerArgs`.
field MFString controllerArgs [ ]
field SFBool synchronization TRUE # Is `Robot.synchronization`.
field MFNode moreAddons []

@@ -9,7 +9,7 @@ PROTO FsaiVehicle [
field SFRotation rotation 0 0 0 0 # Is `Transform.rotation`.
field SFString name "fsaivehicle" # Is `Solid.name`.
field SFString controller "" # Is `Robot.controller`.
field SFString controllerArgs "" # Is `Robot.controllerArgs`.
field MFString controllerArgs [ ]
field SFBool synchronization TRUE # Is `Robot.synchronization`.
field SFColor color 0.3 0.3 0.7 # Is `Material.diffuseColor`.
field SFFloat wheelbase 1.545
@@ -9,7 +9,7 @@ PROTO SimpleVehicle [
field SFRotation rotation 0 0 0 0 # Is `Transform.rotation`.
field SFString name "vehicle" # Is `Solid.name`.
field SFString controller "vehicle_driver_futura" # Is `Robot.controller`.
field SFString controllerArgs "" # Is `Robot.controllerArgs`.
field MFString controllerArgs [ ]
field SFBool synchronization TRUE # Is `Robot.synchronization`.
#field SFColor color 0.3 0.3 0.7 # Is `Material.diffuseColor`.
field SFFloat wheelbase 0.37

0 comments on commit 28b5474

Please sign in to comment.