Make my conga line long.
This commit is contained in:
parent
26ab3c534d
commit
47f11657cb
|
|
@ -3,7 +3,7 @@ import launch_ros.actions
|
||||||
|
|
||||||
def generate_launch_description():
|
def generate_launch_description():
|
||||||
parrots = []
|
parrots = []
|
||||||
for i in range(1, 10):
|
for i in range(1, 100):
|
||||||
parrots.append(make_parrot(i))
|
parrots.append(make_parrot(i))
|
||||||
|
|
||||||
return launch.LaunchDescription(parrots)
|
return launch.LaunchDescription(parrots)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue