Skip to content

Commit

Permalink
controller launch file initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bocho0600 committed Jan 31, 2025
1 parent 1480bb6 commit b80eb76
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument, RegisterEventHandler
from launch.conditions import IfCondition, UnlessCondition
from launch.event_handlers import OnProcessExit
from launch.substitutions import Command, FindExecutable, PathJoinSubstitution, LaunchConfiguration

from launch_ros.actions import Node
from launch_ros.substitutions import FindPackageShare


def generate_launch_description():
# List of arguments to be declared into Node
declared_arguments = []

0 comments on commit b80eb76

Please sign in to comment.