Skip to content

Commit 8b78485

Browse files
committed
Lint
1 parent 17790d2 commit 8b78485

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clearpath_diagnostics/launch/recorder.launch.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727
# POSSIBILITY OF SUCH DAMAGE.
2828
import datetime
2929
import os
30-
import yaml
30+
3131
from launch import LaunchDescription
3232
from launch.actions import DeclareLaunchArgument, OpaqueFunction
3333
from launch.substitutions import LaunchConfiguration, PathJoinSubstitution
3434
from launch_ros.actions import Node
3535
from launch_ros.substitutions import FindPackageShare
36+
import yaml
3637

3738

3839
def launch_setup(context, *args, **kwargs):
@@ -66,7 +67,7 @@ def launch_setup(context, *args, **kwargs):
6667
package='rosbag2_transport',
6768
executable='recorder',
6869
name='recorder',
69-
output="screen",
70+
output='screen',
7071
namespace=namespace,
7172
parameters=[parameters],
7273
)
@@ -99,7 +100,7 @@ def launch_setup(context, *args, **kwargs):
99100
package='rosbag2_transport',
100101
executable='recorder',
101102
name='recorder',
102-
output="screen",
103+
output='screen',
103104
namespace=namespace,
104105
parameters=[params],
105106
)

0 commit comments

Comments
 (0)