Skip to content

Commit

Permalink
Update ports for ur fix (#791)
Browse files Browse the repository at this point in the history
* Update right_ur10e_arm_robot_hw.yaml

* Update left_bimanual_ur10e_arm_robot_hw.yaml

* Update left_ur10e_arm_robot_hw.yaml
  • Loading branch information
georgiablanco authored Nov 28, 2022
1 parent b6f696c commit 9d45a04
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
11 changes: 7 additions & 4 deletions sr_robot_launch/config/left_bimanual_ur10e_arm_robot_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ la_sr_ur_robot_hw:
servoj_gain: 250

servoj_lookahead_time: 0.07

reverse_port: 50004

script_sender_port: 50005
reverse_port: 51001

script_sender_port: 51002

trajectory_port: 51003

trajectory_port: 50006
script_command_port: 51004

use_local_hardware_interface_param: true

non_blocking_read: true

wrench_prefix: left_

9 changes: 6 additions & 3 deletions sr_robot_launch/config/left_ur10e_arm_robot_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,17 @@ la_sr_ur_robot_hw:

servoj_lookahead_time: 0.1

reverse_port: 50004
reverse_port: 51001

script_sender_port: 50005
script_sender_port: 51002

trajectory_port: 50006
trajectory_port: 51003

script_command_port: 51004

use_local_hardware_interface_param: true

non_blocking_read: true

wrench_prefix: left_

3 changes: 3 additions & 0 deletions sr_robot_launch/config/right_ur10e_arm_robot_hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ ra_sr_ur_robot_hw:

trajectory_port: 50003

script_command_port: 50004

use_local_hardware_interface_param: true

non_blocking_read: true

wrench_prefix: right_

0 comments on commit 9d45a04

Please sign in to comment.