Skip to content

Commit

Permalink
fix order of use_sim_time param in launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Dec 6, 2024
1 parent 72b3407 commit c875798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def generate_launch_description():
]

return LaunchDescription([
SetParameter("use_sim_time", LaunchConfiguration("use_sim_time")),
*args,
SetParameter("use_sim_time", LaunchConfiguration("use_sim_time")),
*nodes,
])

0 comments on commit c875798

Please sign in to comment.