Skip to content

Commit

Permalink
Update littlebot_description.launch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorDP committed Aug 18, 2023
1 parent c930a0c commit a32b394
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def generate_launch_description():
use_sim_time = LaunchConfiguration('use_sim_time', default='false')

# Launch arguments
time_arg = DeclareLaunchArgument(
time_arg = DeclareLaunchArgument(
'use_sim_time',
default_value='false',
choices=['true', 'false'],
Expand Down

0 comments on commit a32b394

Please sign in to comment.