Skip to content

Commit

Permalink
extra indentation from previous fix caused another error, fixing that
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthbhurat4 committed Dec 2, 2023
1 parent 99363e8 commit 2a53825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/final_demo/launch/final_demo.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def generate_launch_description():
executable='robot_state_publisher',
parameters=[{'use_sim_time': use_sim_time,
'robot_description': Command(['xacro ', model])}],
arguments=[default_model_path])
arguments=[default_model_path])

controller_node = Node(
package="mobile_robot_localization",
Expand Down

0 comments on commit 2a53825

Please sign in to comment.