File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717### Changed
1818
19+ * [ PR-52] ( https://github.com/AGH-CEAI/aegis_ros/pull/52 ) - Renamed ` ip_adress ` to ` socat_ip_address ` and ` port ` to ` socat_port ` .
1920* [ PR-49] ( https://github.com/AGH-CEAI/aegis_ros/pull/49 ) - Updated Hand-E gripper parameters.
2021* [ PR-44] ( https://github.com/AGH-CEAI/aegis_ros/pull/44 ) - Updated adapter to sensor component and SCHUNK AXIA 80 F/T sensor.
2122* [ PR-43] ( https://github.com/AGH-CEAI/aegis_ros/pull/43 ) - Updated adapter to sensor component.
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