5 from launch_ros.actions
import Node
7 sys.path.append(os.path.dirname(__file__))
8 from hybrid_planning_common
import (
9 generate_common_hybrid_launch_description,
10 get_robot_description,
11 get_robot_description_semantic,
24 "moveit_hybrid_planning",
"config/common_hybrid_planning_params.yaml"
27 package=
"moveit_hybrid_planning",
28 executable=
"hybrid_planning_demo_node",
29 name=
"hybrid_planning_demo_node",
34 common_hybrid_planning_param,
38 return launch.LaunchDescription(common_launch + [demo_node])
def load_yaml(package_name, file_path)
def get_robot_description_semantic()
def generate_common_hybrid_launch_description()
def get_robot_description()
def generate_launch_description()