Skip to content

Commit 3d19f0b

Browse files
author
Kenji Miyake
committed
fix Python imports
Signed-off-by: Kenji Miyake <[email protected]>
1 parent c081e82 commit 3d19f0b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

simulator/simple_planning_simulator/launch/simple_planning_simulator.launch.py

-10
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,12 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
import os
16-
17-
from ament_index_python.packages import get_package_share_directory
1815
import launch
1916
from launch.actions import DeclareLaunchArgument
2017
from launch.actions import GroupAction
21-
from launch.actions import IncludeLaunchDescription
2218
from launch.actions import OpaqueFunction
23-
from launch.actions import SetLaunchConfiguration
24-
from launch.conditions import IfCondition
25-
from launch.conditions import UnlessCondition
2619
from launch.substitutions import LaunchConfiguration
27-
from launch_ros.actions import ComposableNodeContainer
28-
from launch_ros.actions import LoadComposableNodes
2920
from launch_ros.actions import Node
30-
from launch_ros.descriptions import ComposableNode
3121
from launch_ros.substitutions import FindPackageShare
3222
import yaml
3323

0 commit comments

Comments
 (0)