GetCurrentVelx.srv
Features
This service returns the current tool velocity based on the ref coordinate.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
ref | Int8 | 0 | MOVE_REFERENCE_BASE =0 MOVE_REFERENCE_WORLD=2 |
Note
The ref argument is only available in M2.40 or later versions.
Return
Return Name | Data Type | Default Value | Description |
---|---|---|---|
vel | float64[6] | - | tool velocity |
success | bool | - | True or False |