runtime/rbss_poseestimation/launch/pose_estimation.launch.py

18 lines
451 B
Python
Raw Normal View History

2024-10-15 11:14:55 +03:00
# from launch_ros.actions import Node
# from launch import LaunchDescription
def generate_launch_description():
print("The skill must be launched via interface node")
return []
# declared_arguments = []
# rbss_pe = Node(
# package="rbss_poseestimation",
# executable="od_dope_lc.py",
# )
# nodes_to_start = [
# rbss_pe,
# ]
# return LaunchDescription(declared_arguments + nodes_to_start)