Skip to content

Commit

Permalink
Fix hd_monitor test
Browse files Browse the repository at this point in the history
  • Loading branch information
limaanto committed Jun 3, 2024
1 parent b9ecd1e commit 861f924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def generate_test_description():
executable="hd_monitor.py",
name="hd_monitor",
output="screen",
ros_arguments=["free_percent_low", "0.20", "free_percent_crit", "0.05"],
parameters=[{"free_percent_low": 0.20, "free_percent_crit": 0.05}],
),
launch_testing.actions.ReadyToTest(),
]
Expand Down

0 comments on commit 861f924

Please sign in to comment.