get_desired_velj()
Features
This function returns the current target joint velocity. It cannot be used in the movel, movec, movesx, moveb, move_spiral, or move_periodic command.
Return
Value | Description |
---|---|
float[6] | Target joint velocity |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_RUNTIME) | C extension module error occurred |
DR_Error (DR_ERROR_INVALID) | Invalid command |
Example
velj1 = get_desired_velj()