Make my conga line long.

This commit is contained in:
James Pace 2025-11-29 10:56:11 -05:00
parent 26ab3c534d
commit 47f11657cb
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import launch_ros.actions
def generate_launch_description():
parrots = []
for i in range(1, 10):
for i in range(1, 100):
parrots.append(make_parrot(i))
return launch.LaunchDescription(parrots)