File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -732,6 +732,7 @@ xArm-Python-SDK API Documentation (V1.16.0): class XArmAPI in module xarm.wrappe
732
732
> &ensp ;&ensp ;&ensp ;&ensp ; 2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
733
733
>
734
734
> : param is_raw: get the raw data or not.
735
+ > &ensp ;&ensp ;&ensp ;&ensp ; 1. only available if firmware_version >= 2.6.109
735
736
> :return: tuple((code, exe_ft))
736
737
> &ensp ;&ensp ;&ensp ;&ensp ; code: See the [ API Code Documentation] ( ./xarm_api_code.md#api-code ) for details.
737
738
> &ensp ;&ensp ;&ensp ;&ensp ; ft_data: only when code is 0, the returned result is correct.
Original file line number Diff line number Diff line change @@ -3365,6 +3365,7 @@ def get_ft_sensor_data(self, is_raw=False):
3365
3365
2. the Six-axis Force Torque Sensor is required (the third party is not currently supported)
3366
3366
3367
3367
:param is_raw: get the raw data or not.
3368
+ 1. only available if firmware_version >= 2.6.109
3368
3369
:return: tuple((code, exe_ft))
3369
3370
code: See the [API Code Documentation](./xarm_api_code.md#api-code) for details.
3370
3371
ft_data: only when code is 0, the returned result is correct.
You can’t perform that action at this time.
0 commit comments