File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 17
17
<xacro : arg name =" safety_k_position" default =" 20" />
18
18
<!-- ros2_control related parameters -->
19
19
<xacro : arg name =" headless_mode" default =" false" />
20
- <!-- tool communication related parameters-->
20
+ <!-- tool communication related parameters-->
21
21
<xacro : arg name =" use_tool_communication" default =" false" />
22
22
<xacro : arg name =" tool_voltage" default =" 24" />
23
23
<xacro : arg name =" tool_parity" default =" 0" />
63
63
sim_ignition =" $(arg sim_ignition)"
64
64
headless_mode =" $(arg headless_mode)"
65
65
initial_positions =" ${load_yaml(initial_positions_file)}"
66
- use_tool_communication =" $(arg use_tool_communication)" >
66
+ use_tool_communication =" $(arg use_tool_communication)"
67
+ tool_voltage =" $(arg tool_voltage)"
68
+ tool_parity =" $(arg tool_parity)"
69
+ tool_baud_rate =" $(arg tool_baud_rate)"
70
+ tool_stop_bits =" $(arg tool_stop_bits)"
71
+ tool_rx_idle_chars =" $(arg tool_rx_idle_chars)"
72
+ tool_tx_idle_chars =" $(arg tool_tx_idle_chars)"
73
+ tool_device_name =" $(arg tool_device_name)"
74
+ tool_tcp_port =" $(arg tool_tcp_port)" >
67
75
<origin xyz =" 0 0 0" rpy =" 0 0 0" /> <!-- position robot in the world -->
68
76
</xacro : ur_robot >
69
77
Original file line number Diff line number Diff line change 113
113
tf_prefix =" "
114
114
hash_kinematics =" ${kinematics_hash}"
115
115
robot_ip =" $(arg robot_ip)"
116
- use_tool_communication =" ${use_tool_communication}" />
116
+ use_tool_communication =" ${use_tool_communication}"
117
+ tool_voltage =" ${tool_voltage}"
118
+ tool_parity =" ${tool_parity}"
119
+ tool_baud_rate =" ${tool_baud_rate}"
120
+ tool_stop_bits =" ${tool_stop_bits}"
121
+ tool_rx_idle_chars =" ${tool_rx_idle_chars}"
122
+ tool_tx_idle_chars =" ${tool_tx_idle_chars}"
123
+ tool_device_name =" ${tool_device_name}"
124
+ tool_tcp_port =" ${tool_tcp_port}" />
117
125
118
126
<!-- Add URDF transmission elements (for ros_control) -->
119
127
<!-- <xacro:ur_arm_transmission prefix="${prefix}" hw_interface="${transmission_hw_interface}" />-->
You can’t perform that action at this time.
0 commit comments