Skip to content

Commit d818166

Browse files
authored
Merge pull request #555 from aastha51551/issue-550
Car Junction exercise - Updated harmonic world
2 parents c9b467d + d1e7de3 commit d818166

54 files changed

Lines changed: 7430 additions & 144 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CustomRobots/car_junction/launch/car_junction.launch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def generate_launch_description():
2222

2323
# Set the path to the SDF model files.
2424
gazebo_models_path = os.path.join(pkg_share, "models")
25-
os.environ[
26-
"GAZEBO_MODEL_PATH"
27-
] = f"{os.environ.get('GAZEBO_MODEL_PATH', '')}:{':'.join(gazebo_models_path)}"
25+
os.environ["GAZEBO_MODEL_PATH"] = (
26+
f"{os.environ.get('GAZEBO_MODEL_PATH', '')}:{':'.join(gazebo_models_path)}"
27+
)
2828

2929
start_ros_gazebo_bridge = (
3030
Node(
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Blender 3.3.1 MTL File: 'CartoonCloudsPreview_Blend.blend'
2+
# www.blender.org
3+
4+
newmtl Clouds
5+
Ns 159.999985
6+
Ka 1.000000 1.000000 1.000000
7+
Kd 0.800000 0.800000 0.800000
8+
Ks 0.500000 0.500000 0.500000
9+
Ke 0.000000 0.000000 0.000000
10+
Ni 1.450000
11+
d 1.000000
12+
illum 2

0 commit comments

Comments
 (0)