Skip to content

Commit 60331dd

Browse files
authored
Merge pull request #52 from AGH-CEAI/bugfix/fix_typo
Fix typos
2 parents 4133e3e + 73e0896 commit 60331dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

aegis_description/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

aegis_description/urdf/modules/robotiq_hande_gripper.xacro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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

@@ -32,8 +32,8 @@
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>

0 commit comments

Comments
 (0)