Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@

- name: Set GUI icon variables to standard values for shadow_glove
set_fact:
launch_file_input_gui_right: "sr_teleop_vive_polhemus.launch polhemus_product_type:={{ polhemus_type }} vive:=true robot_model:={{ ur_robot_type }} require_pedal:=true user_calibration_file_name:=default_calibration_right.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true hand_side_ad:=-r"
launch_file_input_gui_left: "sr_teleop_vive_polhemus.launch polhemus_product_type:={{ polhemus_type }} side:=left vive:=true robot_model:={{ ur_robot_type }} require_pedal:=true user_calibration_file_name:=default_calibration_left.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true hand_side_ad:=-l"
launch_file_input_gui_bimanual: "sr_teleop_vive_polhemus_bimanual.launch polhemus_product_type:={{ polhemus_type }} vive:=true robot_model:={{ ur_robot_type }} require_pedal:=true right_user_calibration_file_name:=default_calibration_right.yaml left_user_calibration_file_name:=default_calibration_left.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true"
launch_file_input_gui_right: "sr_teleop_vive_polhemus.launch polhemus_product_type:={{ polhemus_type }} vive:={{ real_vive | string | lower }} robot_model:={{ ur_robot_type }} require_pedal:=true user_calibration_file_name:=default_calibration_right.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true hand_side_ad:=-r"
launch_file_input_gui_left: "sr_teleop_vive_polhemus.launch polhemus_product_type:={{ polhemus_type }} side:=left vive:={{ real_vive | string | lower }} robot_model:={{ ur_robot_type }} require_pedal:=true user_calibration_file_name:=default_calibration_left.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true hand_side_ad:=-l"
launch_file_input_gui_bimanual: "sr_teleop_vive_polhemus_bimanual.launch polhemus_product_type:={{ polhemus_type }} vive:={{ real_vive | string | lower }} robot_model:={{ ur_robot_type }} require_pedal:=true right_user_calibration_file_name:=default_calibration_right.yaml left_user_calibration_file_name:=default_calibration_left.yaml jog_arm:=false arm_servo:=true ee_link:=palm tracker_on_palm:=true"
project_name_input_value: "sr_teleop_vive_polhemus"
when: glove=="shadow_glove"

Expand Down