latest pushes

This commit is contained in:
Ronaldson Bellande 2024-07-23 14:06:35 -04:00
parent 7dbd26da6e
commit cd4f6adefd
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ def ros1_launch_description():
args = sys.argv[1:]
# Construct the ROS 1 launch command
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "face_follow.launch"] + args
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "face_tracker.launch"] + args
roslaunch_command.extend([
"usb_cam", "usb_cam_node", "name:=camera",

View File

@ -25,7 +25,7 @@ def ros1_launch_description():
args = sys.argv[1:]
# Construct the ROS 1 launch command
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "object_follow.launch"] + args
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "object_follower.launch"] + args
roslaunch_command.extend([
"usb_cam", "usb_cam_node", "name:=camera",

View File

@ -25,7 +25,7 @@ def ros1_launch_description():
args = sys.argv[1:]
# Construct the ROS 1 launch command
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "object_follow.launch"] + args
roslaunch_command = ["roslaunch", "humanoid_robot_intelligence_control_system_configure", "object_tracker.launch"] + args
roslaunch_command.extend([
"usb_cam", "usb_cam_node", "name:=camera",