Skip to content

Commit d3e10e5

Browse files
committed
[doc] update doc
1 parent 125ec4f commit d3e10e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/api/xarm_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ xArm-Python-SDK API Documentation (V1.16.0): class XArmAPI in module xarm.wrappe
732732
>     2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
733733
>
734734
> :param is_raw: get the raw data or not.
735+
>     1. only available if firmware_version >= 2.6.109
735736
> :return: tuple((code, exe_ft))
736737
>     code: See the [API Code Documentation](./xarm_api_code.md#api-code) for details.
737738
>     ft_data: only when code is 0, the returned result is correct.

xarm/wrapper/xarm_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,6 +3365,7 @@ def get_ft_sensor_data(self, is_raw=False):
33653365
2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
33663366
33673367
:param is_raw: get the raw data or not.
3368+
1. only available if firmware_version >= 2.6.109
33683369
:return: tuple((code, exe_ft))
33693370
code: See the [API Code Documentation](./xarm_api_code.md#api-code) for details.
33703371
ft_data: only when code is 0, the returned result is correct.

0 commit comments

Comments
 (0)