Skip to content

Commit

Permalink
Merge pull request #80 from rogy-AquaLab/enable-led-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono authored Oct 5, 2024
2 parents de58c76 + 06e659e commit 333da55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ul/launch/pi_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ def generate_launch_description() -> LaunchDescription:
"camera_variant", default_value="single", choices=["none", "single", "double"]
)
use_led_arg = DeclareLaunchArgument(
# TODO: change default value to true
"use_led",
default_value="false",
default_value="true",
choices=["true", "false"],
)
use_imu_arg = DeclareLaunchArgument(
Expand Down

0 comments on commit 333da55

Please sign in to comment.