File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727def generate_launch_description ():
2828
29- move_group_dir = get_package_share_directory ('tiago_mtc_examples ' )
29+ move_group_dir = get_package_share_directory ('tiago_moveit_config ' )
3030 manipulation_dir = get_package_share_directory ('manipulation_action_server' )
3131 package_dir = get_package_share_directory ('robocup_bringup' )
3232 yolo3d_dir = get_package_share_directory ('yolo_bringup' )
@@ -54,7 +54,7 @@ def generate_launch_description():
5454
5555 yolo3d = IncludeLaunchDescription (
5656 PythonLaunchDescriptionSource (
57- os .path .join (yolo3d_dir , 'launch' , 'yolo_3d .launch.py' )
57+ os .path .join (yolo3d_dir , 'launch' , 'yolo .launch.py' )
5858 ),
5959 launch_arguments = {
6060 # 'namespace': 'perception_system',
@@ -63,7 +63,7 @@ def generate_launch_description():
6363 'input_depth_topic' : '/head_front_camera/depth/image_raw' ,
6464 'input_depth_info_topic' : '/head_front_camera/depth/camera_info' ,
6565 'depth_image_units_divisor' : '1000' , # 1 for simulation, 1000 real
66- 'target_frame' : 'head_front_camera_color_optical_frame ' ,
66+ 'target_frame' : 'camera_color_optical_frame ' ,
6767 'threshold' : '0.5'
6868 }.items ()
6969 )
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ repositories:
2323 type: git
2424 url: https://github.com/juandpenan/moveit_task_constructor.git
2525 version: humble
26- ThirdParty/tiago_mtc_examples:
27- type: git
28- url: https://github.com/juandpenan/tiago_mtc_examples.git
29- version: main
26+ # ThirdParty/tiago_mtc_examples:
27+ # type: git
28+ # url: https://github.com/juandpenan/tiago_mtc_examples.git
29+ # version: main
3030 ThirdParty/yolo_ros:
3131 type: git
3232 url: https://github.com/igonzf/yolo_ros.git
33- version: robocup24
33+ version: main
3434 ThirdParty/rclcpp_cascade_lifecycle:
3535 type: git
3636 url: https://github.com/fmrico/cascade_lifecycle.git
You can’t perform that action at this time.
0 commit comments