Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 5, 2024
1 parent de63bea commit e884d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rosbot_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def generate_launch_description():
),
launch_arguments={
"namespace": namespace,
"use_sim": use_sim,
}.items(),
)

Expand Down Expand Up @@ -101,7 +100,7 @@ def generate_launch_description():
reset_color = "\033[0m"

status_info = TimerAction(
period=LaunchConfiguration("status_timeout", default="15.0"),
period=15.0,
actions=[LogInfo(msg=f"{green_color}All systems are up and running!{reset_color}")],
)

Expand Down

0 comments on commit e884d5b

Please sign in to comment.