|
|
|
@ -57,7 +57,9 @@ def generate_launch_description():
|
|
|
|
output="both",
|
|
|
|
output="both",
|
|
|
|
parameters=[
|
|
|
|
parameters=[
|
|
|
|
ParameterFile(joy_params),
|
|
|
|
ParameterFile(joy_params),
|
|
|
|
{"fire_ext_max_capacity": 100},
|
|
|
|
{"fire_ext_max_capacity": 100,
|
|
|
|
|
|
|
|
"max_linear_speed": 3.},
|
|
|
|
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|