File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<depend >ros_gz_bridge</depend >
13
13
<depend >ros_gz_interfaces</depend >
14
+ <depend >ros_gz_image</depend >
15
+ <depend >ros_gz_sim</depend >
16
+ <depend >robot_state_publisher</depend >
17
+ <depend >xacro</depend >
14
18
15
19
<test_depend >ament_lint_auto</test_depend >
16
20
<test_depend >ament_lint_common</test_depend >
Original file line number Diff line number Diff line change 11
11
12
12
<depend >nav2_minimal_tb4_description</depend >
13
13
<depend >ros_gz_bridge</depend >
14
+ <depend >ros_gz_image</depend >
14
15
<depend >ros_gz_interfaces</depend >
16
+ <depend >ros_gz_sim</depend >
17
+ <depend >robot_state_publisher</depend >
18
+ <depend >xacro</depend >
15
19
16
20
<test_depend >ament_lint_auto</test_depend >
17
21
<test_depend >ament_lint_common</test_depend >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <sdf version =" 1.6" xmlns : xacro =" http://www.ros.org/wiki/xacro" >
2
+ <sdf version =" 1.6" xmlns : xacro =" http://www.ros.org/wiki/xacro" xmlns : experimental = " http://sdformat.org/schemas/experimental " >
3
3
<xacro : arg name =" headless" default =" true" />
4
4
<world name =" depot" >
5
5
<scene >
39
39
<uri >
40
40
https://fuel.gazebosim.org/1.0/OpenRobotics/models/Depot
41
41
</uri >
42
+
43
+ <!-- Remove annoying things that get in the way of visualizing the robot -->
44
+ <experimental : params >
45
+ <visual element_id =" Fan1::visual" action =" remove" />
46
+ <visual element_id =" Fan2::visual" action =" remove" />
47
+ <visual element_id =" main::ROOF_visual" action =" remove" />
48
+ <visual element_id =" main::FANS_visual" action =" remove" />
49
+ </experimental : params >
50
+
42
51
</include >
43
52
44
53
</world >
You can’t perform that action at this time.
0 commit comments