Skip to content

Commit 3adc99c

Browse files
committed
modified move_group for the manipulation server
1 parent aa15c75 commit 3adc99c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

robocup_bringup/launch/receptionist_dependencies.launch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
def 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
)

robocup_bringup/thirdparty.repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)