Skip to content

Commit

Permalink
🔧 Launch LED by default
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Oct 5, 2024
1 parent db3248b commit 06e659e
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 06e659e

Please sign in to comment.