-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from BlueAndi/feature/webots_2025a
Feature/webots 2025a
- Loading branch information
Showing
41 changed files
with
191 additions
and
113 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
#VRML_SIM R2025a utf8 | ||
|
||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/backgrounds/protos/TexturedBackground.proto" | ||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/backgrounds/protos/TexturedBackgroundLight.proto" | ||
EXTERNPROTO "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/objects/floors/protos/RectangleArena.proto" | ||
|
||
WorldInfo { | ||
title "my world" | ||
info [ "Line follower track along a 'E'.", "Andreas Merkle <web@blue-andi.de>", "2025-02-06", "Parameters: -v etrack -a Andreas Merkle -d Line follower track along a 'E'. -e web@blue-andi.de -mg cardboard -mr rubber -mp dry examples/etrack/etrack" ] | ||
window "<none>" | ||
gravity 9.81 | ||
CFM 1e-05 | ||
ERP 0.2 | ||
physics "<none>" | ||
basicTimeStep 8 | ||
FPS 60 | ||
optimalThreadCount 1 | ||
physicsDisableTime 1 | ||
physicsDisableLinearThreshold 0.01 | ||
physicsDisableAngularThreshold 0.01 | ||
defaultDamping NULL | ||
inkEvaporation 0 | ||
coordinateSystem "ENU" | ||
gpsCoordinateSystem "local" | ||
gpsReference 0 0 0 | ||
lineScale 0.1 | ||
dragForceScale 30.0 | ||
dragTorqueScale 5.0 | ||
randomSeed 0 | ||
contactProperties [ ContactProperties { | ||
material1 "cardboard" | ||
material2 "rubber" | ||
coulombFriction [ 0.6612954068122848 ] | ||
frictionRotation 0 0 | ||
rollingFriction 0 0 0 | ||
bounce 0.5 | ||
bounceVelocity 0.01 | ||
forceDependentSlip [ 0 ] | ||
softERP 0.2 | ||
softCFM 0.001 | ||
bumpSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/bump.wav" | ||
rollSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/roll.wav" | ||
slideSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/slide.wav" | ||
maxContactJoints 10 | ||
} | ||
] | ||
} | ||
|
||
Viewpoint { | ||
fieldOfView 0.785398 | ||
orientation 0 1 0 0.7853981633974483 | ||
position -4 0 4 | ||
description "" | ||
near 0.05 | ||
far 0.0 | ||
exposure 1.0 | ||
follow "" | ||
followType "Tracking Shot" | ||
followSmoothness 0.5 | ||
lensFlare NULL | ||
ambientOcclusionRadius 2 | ||
bloomThreshold 21 | ||
} | ||
|
||
TexturedBackground { | ||
} | ||
|
||
TexturedBackgroundLight { | ||
} | ||
|
||
RectangleArena { | ||
floorSize 2 2 | ||
floorTileSize 2 2 | ||
floorAppearance PBRAppearance { | ||
baseColor 1 1 1 | ||
baseColorMap ImageTexture { | ||
url [ "examples/etrack/etrack.png" ] | ||
repeatS TRUE | ||
repeatT TRUE | ||
filtering 4 | ||
} | ||
|
||
transparency 0 | ||
roughness 1 | ||
roughnessMap NULL | ||
metalness 0 | ||
metalnessMap NULL | ||
IBLStrength 1 | ||
normalMap NULL | ||
normalMapFactor 1 | ||
occlusionMap NULL | ||
occlusionMapStrength 1 | ||
emissiveColor 0 0 0 | ||
emissiveColorMap NULL | ||
emissiveIntensity 1 | ||
textureTransform NULL | ||
name "PBRAppearance" | ||
} | ||
|
||
contactMaterial "cardboard" | ||
} |
File renamed without changes
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
|
||
cd ../../ | ||
pyLineFollowerTrackGenerator etrack -a "Andreas Merkle" -d "Line follower track along a 'E'." -e web@blue-andi.de -mg cardboard -mr rubber -mp dry examples/etrack/etrack | ||
cd examples/etrack |
File renamed without changes
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
|
||
cd ../../ | ||
pyLineFollowerTrackGenerator grid -a "Andreas Merkle" -d "Line follower grid track." -e web@blue-andi.de -mg cardboard -mr rubber -mp dry -s 3 examples/grid/grid.wbt examples/grid/grid_points.json | ||
cd examples/grid |
File renamed without changes
This file contains 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
File renamed without changes.
File renamed without changes
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
@echo off | ||
|
||
cd ../../ | ||
pyLineFollowerTrackGenerator simple examples/simple/simple.wbt -s=2 -np=12 | ||
cd examples/simple |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.