Skip to content

Commit

Permalink
removed unused import statements from launch files
Browse files Browse the repository at this point in the history
  • Loading branch information
rtjord committed Feb 25, 2024
1 parent 8d36e62 commit a49650b
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions src/rktl_control/launch/hardware_interface.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions
from ament_index_python.packages import get_package_share_directory
Expand Down
3 changes: 0 additions & 3 deletions src/rktl_control/launch/keyboard_control.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_control/launch/xbox_control.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_launch/launch/c3po.launch.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import os
import sys

import launch
import launch_ros.actions
from launch.launch_description_sources import PythonLaunchDescriptionSource
from ament_index_python.packages import get_package_share_directory

Expand Down
2 changes: 0 additions & 2 deletions src/rktl_launch/launch/r2d2.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os
import sys

import launch
from launch.launch_description_sources import PythonLaunchDescriptionSource
import launch_ros.actions
Expand Down
1 change: 0 additions & 1 deletion src/rktl_launch/launch/rocket_league.launch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os

import launch
from launch.launch_description_sources import PythonLaunchDescriptionSource
from launch.substitutions import LaunchConfiguration, EqualsSubstitution
Expand Down
3 changes: 0 additions & 3 deletions src/rktl_perception/launch/cal.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_perception/launch/camera.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_perception/launch/color_picker.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_perception/launch/field_view.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_perception/launch/focus_assist.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down
3 changes: 0 additions & 3 deletions src/rktl_planner/launch/patrol_agent.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions
from launch.substitutions import PathJoinSubstitution
Expand Down
3 changes: 0 additions & 3 deletions src/rktl_planner/launch/simple_agent.launch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
import sys

import launch
import launch_ros.actions

Expand Down

0 comments on commit a49650b

Please sign in to comment.