Skip to content

Commit

Permalink
fix IRB1600 J23_coupled: must be false for IRB1600
Browse files Browse the repository at this point in the history
  • Loading branch information
cjue committed Jul 12, 2022
1 parent f5fce6e commit 4c41010
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Manipulator specific version of abb_driver's 'robot_interface.launch'.
Defaults provided for IRB 1600:
- J23_coupled = true
- J23_coupled = false
Usage:
robot_interface_download_irb1600.launch robot_ip:=<value>
-->
<launch>
<arg name="robot_ip" doc="IP of the controller" />
<arg name="J23_coupled" default="true" doc="If true, compensate for J2-J3 parallel linkage" />
<arg name="J23_coupled" default="false" doc="If true, compensate for J2-J3 parallel linkage" />

<rosparam command="load" file="$(find abb_irb1600_support)/config/joint_names_irb1600_10_145.yaml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Manipulator specific version of abb_driver's 'robot_interface.launch'.
Defaults provided for IRB 1600:
- J23_coupled = true
- J23_coupled = false
Usage:
robot_interface_download_irb1600.launch robot_ip:=<value>
-->
<launch>
<arg name="robot_ip" doc="IP of the controller" />
<arg name="J23_coupled" default="true" doc="If true, compensate for J2-J3 parallel linkage" />
<arg name="J23_coupled" default="false" doc="If true, compensate for J2-J3 parallel linkage" />

<rosparam command="load" file="$(find abb_irb1600_support)/config/joint_names_irb1600_6_12.yaml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Manipulator specific version of the state visualizer.
Defaults provided for IRB 2400:
- J23_coupled = true
- J23_coupled = false
Usage:
robot_state_visualize_irb2400.launch robot_ip:=<value>
-->
<launch>
<arg name="robot_ip" doc="IP of the controller" />
<arg name="J23_coupled" default="true" doc="If true, compensate for J2-J3 parallel linkage" />
<arg name="J23_coupled" default="false" doc="If true, compensate for J2-J3 parallel linkage" />

<rosparam command="load" file="$(find abb_irb1600_support)/config/joint_names_irb1600_10_145.yaml" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
Manipulator specific version of the state visualizer.
Defaults provided for IRB 2400:
- J23_coupled = true
- J23_coupled = false
Usage:
robot_state_visualize_irb2400.launch robot_ip:=<value>
-->
<launch>
<arg name="robot_ip" doc="IP of the controller" />
<arg name="J23_coupled" default="true" doc="If true, compensate for J2-J3 parallel linkage" />
<arg name="J23_coupled" default="false" doc="If true, compensate for J2-J3 parallel linkage" />

<rosparam command="load" file="$(find abb_irb1600_support)/config/joint_names_irb1600_6_12.yaml" />

Expand Down

0 comments on commit 4c41010

Please sign in to comment.