File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aegis_description/urdf/modules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 <xacro : arg name =" frequency_hz" default =" 100" />
1212
1313 <xacro : arg name =" create_socat_tty" default =" true" />
14- <xacro : arg name =" ip_adress " default =" aegis_ur" />
15- <xacro : arg name =" port " default =" 54321" />
14+ <xacro : arg name =" socat_ip_address " default =" aegis_ur" />
15+ <xacro : arg name =" socat_port " default =" 54321" />
1616
1717 <xacro : include filename =" $(find robotiq_hande_description)/urdf/robotiq_hande_gripper.xacro" />
1818
3232 slave_id =" $(arg slave_id)"
3333 frequency_hz =" $(arg frequency_hz)"
3434 create_socat_tty =" $(arg create_socat_tty)"
35- ip_adress =" $(arg ip_adress )"
36- port =" $(arg port )"
35+ socat_ip_address =" $(arg socat_ip_address )"
36+ socat_port =" $(arg socat_port )"
3737 use_fake_hardware =" ${mock_hardware}"
3838 />
3939 </xacro : macro >
You can’t perform that action at this time.
0 commit comments