Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Juancams committed Apr 2, 2024
1 parent 50afda4 commit 06f7d95
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@

import os

from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch_ros.actions import Node
from ament_index_python.packages import get_package_share_directory


def generate_launch_description():

Expand All @@ -26,6 +27,8 @@ def generate_launch_description():
executable='rviz2',
name='rviz2',
output='screen',
arguments=['-d', os.path.join(get_package_share_directory('coresense_instrumentation_rviz'), 'config', 'coresense_instrumentation.rviz')]
arguments=['-d',
os.path.join(get_package_share_directory('coresense_instrumentation_rviz'),
'config', 'coresense_instrumentation.rviz')]
)
])

0 comments on commit 06f7d95

Please sign in to comment.