Skip to content

Commit 23e0720

Browse files
committed
Complete arena world test
1 parent 05f408a commit 23e0720

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/sam_bot_nav2_gz/launch/waypoint_follower_example_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def generate_launch_description():
121121
launch_arguments={
122122
"use_sim_time": "True",
123123
"robot_sdf": robot_sdf,
124-
"x_pose": "-8.0",
124+
"x_pose": "0.0",
125125
"y_pose": "0.0",
126126
"z_pose": "0.0",
127127
"roll": "0.0",

src/sam_bot_nav2_gz/worlds/arena.sdf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<plugin filename="gz-sim-contact-system" name="gz::sim::systems::Contact">
2323
</plugin>
2424
<scene>
25+
<grid>false</grid>
2526
<ambient>1.0 1.0 1.0</ambient>
2627
<background>0.8 0.8 0.8</background>
2728
</scene>
@@ -71,7 +72,7 @@
7172
<model name="sky_cam">
7273
<static>true</static>
7374
<link name="camera_link">
74-
<pose>0 0 10 1.57 1.57 0</pose>
75+
<pose>2 0 10 1.57 1.57 0</pose>
7576
<sensor name="sky_cam" type="camera">
7677
<camera>
7778
<horizontal_fov>1.047</horizontal_fov>
@@ -94,7 +95,7 @@
9495

9596
<include>
9697
<uri>TurtlebotArena</uri>
97-
<pose>0.0 0.0 0.0 0 0 0</pose>
98+
<pose>2.0 0.0 0.0 0 0 0</pose>
9899
</include>
99100

100101
</world>

src/sam_bot_nav2_gz/worlds/depot.sdf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<model name="sky_cam">
4141
<static>true</static>
4242
<link name="camera_link">
43-
<pose>0 0 15 1.57 1.57 0</pose>
43+
<pose>8 0 15 1.57 1.57 0</pose>
4444
<sensor name="sky_cam" type="camera">
4545
<camera>
4646
<horizontal_fov>1.047</horizontal_fov>
@@ -62,6 +62,7 @@
6262
</model>
6363

6464
<include>
65+
<pose>8.0 0.0 0.0 0 0 0</pose>
6566
<uri>
6667
https://fuel.gazebosim.org/1.0/OpenRobotics/models/Depot
6768
</uri>

0 commit comments

Comments
 (0)