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 19
19
<xacro : arg name =" use_fake_hardware" default =" false" />
20
20
<xacro : arg name =" fake_sensor_commands" default =" false" />
21
21
<xacro : arg name =" headless_mode" default =" false" />
22
- <!-- tool communication related parameters-->
22
+ <!-- tool communication related parameters-->
23
23
<xacro : arg name =" use_tool_communication" default =" false" />
24
24
<xacro : arg name =" tool_voltage" default =" 24" />
25
25
<xacro : arg name =" tool_parity" default =" 0" />
56
56
fake_sensor_commands =" $(arg fake_sensor_commands)"
57
57
headless_mode =" $(arg headless_mode)"
58
58
initial_positions =" ${load_yaml(initial_positions_file)}"
59
- use_tool_communication =" $(arg use_tool_communication)" >
59
+ use_tool_communication =" $(arg use_tool_communication)"
60
+ tool_voltage =" $(arg tool_voltage)"
61
+ tool_parity =" $(arg tool_parity)"
62
+ tool_baud_rate =" $(arg tool_baud_rate)"
63
+ tool_stop_bits =" $(arg tool_stop_bits)"
64
+ tool_rx_idle_chars =" $(arg tool_rx_idle_chars)"
65
+ tool_tx_idle_chars =" $(arg tool_tx_idle_chars)"
66
+ tool_device_name =" $(arg tool_device_name)"
67
+ tool_tcp_port =" $(arg tool_tcp_port)" >
60
68
<origin xyz =" 0 0 0" rpy =" 0 0 0" /> <!-- position robot in the world -->
61
69
</xacro : ur_robot >
62
70
Original file line number Diff line number Diff line change 109
109
tf_prefix =" "
110
110
hash_kinematics =" ${kinematics_hash}"
111
111
robot_ip =" $(arg robot_ip)"
112
- use_tool_communication =" ${use_tool_communication}" />
112
+ use_tool_communication =" ${use_tool_communication}"
113
+ tool_voltage =" ${tool_voltage}"
114
+ tool_parity =" ${tool_parity}"
115
+ tool_baud_rate =" ${tool_baud_rate}"
116
+ tool_stop_bits =" ${tool_stop_bits}"
117
+ tool_rx_idle_chars =" ${tool_rx_idle_chars}"
118
+ tool_tx_idle_chars =" ${tool_tx_idle_chars}"
119
+ tool_device_name =" ${tool_device_name}"
120
+ tool_tcp_port =" ${tool_tcp_port}" />
113
121
114
122
<!-- Add URDF transmission elements (for ros_control) -->
115
123
<!-- <xacro:ur_arm_transmission prefix="${prefix}" hw_interface="${transmission_hw_interface}" />-->
You can’t perform that action at this time.
0 commit comments