pzhu-flexiv

Results 48 comments of pzhu-flexiv

@isa-9 Interacting with workpiece coordinate will be added in RDK v1.5.

https://github.com/flexivrobotics/flexiv_rdk/blob/main/include/flexiv/rdk/work_coord.hpp

@ShirunK Do you wish to check if a gripper is enabled or if a gripper is connected and recognized by the robot?

@isa-9 Could you elaborate how you plan to use safety inputs?

@isa-9 We cannot expose raw safety I/O to the users, however, RDK v1.5 will add a function to get if the robot is in reduced state or not.

@isa-9 Sure, I can convert the not operational reasons to an enum in RDK v1.5.

@Mlahoud Hi, it should be feasible if you use the `RT_JOINT_TORQUE` control mode.

Hi @Mlahoud, You can only disable gravity compensation when using `RT_JOINT_TORQUE` mode, the other nonlinear dynamics compensation are still active, including frictional, centrifugal and Coriolis torques. You can get centrifugal...