Skip to content

Commit

Permalink
add unsaved
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Dec 5, 2024
1 parent 24f19f0 commit 5037817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosbot_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def generate_launch_description():
reset_color = "\033[0m"

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

Expand Down

0 comments on commit 5037817

Please sign in to comment.