Skip to content

Commit e53ee29

Browse files
author
Felix Exner (fexner)
authored
Set the default tool voltage in the description to 0 (#41)
I am not sure whether this will actually affect something, as I don't think we actually set the value initially, but it still makes sense to keep the default tool voltage at 0 to emphasize that by default, this will not be set higher.
1 parent eb2c516 commit e53ee29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

urdf/ur.ros2_control.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
script_filename output_recipe_filename
1414
input_recipe_filename tf_prefix
1515
hash_kinematics robot_ip
16-
tool_voltage:=24 tool_parity:=0 tool_baud_rate:=115200 tool_stop_bits:=1
16+
tool_voltage:=0 tool_parity:=0 tool_baud_rate:=115200 tool_stop_bits:=1
1717
tool_rx_idle_chars:=1.5 tool_tx_idle_chars:=3.5 tool_device_name:=/tmp/ttyUR tool_tcp_port:=54321
1818
reverse_port:=50001
1919
script_sender_port:=50002

urdf/ur.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<xacro:arg name="script_command_port" default="50004"/>
3030
<!-- tool communication related parameters-->
3131
<xacro:arg name="use_tool_communication" default="false" />
32-
<xacro:arg name="tool_voltage" default="24" />
32+
<xacro:arg name="tool_voltage" default="0" />
3333
<xacro:arg name="tool_parity" default="0" />
3434
<xacro:arg name="tool_baud_rate" default="115200" />
3535
<xacro:arg name="tool_stop_bits" default="1" />

urdf/ur_macro.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
headless_mode:=false
7474
initial_positions:=${dict(shoulder_pan_joint=0.0,shoulder_lift_joint=-1.57,elbow_joint=0.0,wrist_1_joint=-1.57,wrist_2_joint=0.0,wrist_3_joint=0.0)}
7575
use_tool_communication:=false
76-
tool_voltage:=24
76+
tool_voltage:=0
7777
tool_parity:=0
7878
tool_baud_rate:=115200
7979
tool_stop_bits:=1

0 commit comments

Comments
 (0)