Skip to content

Commit 0e62bf6

Browse files
committed
Test again
1 parent ad6a549 commit 0e62bf6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CustomRobots/vacuum_cleaner/launch/vacuum_cleaner.launch.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,14 @@ def launch_setup(context):
4545
"laser": "true" if sensor == "laser" else "false",
4646
},
4747
).toxml()
48-
49-
robot_description = {"robot_description": robot_description_content}
50-
5148
else:
5249
## Temporary SDF load to fix bumpers
5350
sdf_file = os.path.join(package_dir, 'models', 'vacuum_cleaner', 'vacuum_cleaner.sdf')
5451
with open(sdf_file, 'r') as infp:
5552
robot_description_content = infp.read()
5653

54+
robot_description = {"robot_description": robot_description_content}
55+
5756
robot_state_publisher_node = Node(
5857
package="robot_state_publisher",
5958
executable="robot_state_publisher",

0 commit comments

Comments
 (0)