You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently only the joint position command mode is tested, although implementation is done for torque command mode and for reading and writing I/O vales of FRI. These should be tested too, and improved, if necessary
Testing torque command mode:
edit kuka_sunrise_driver/config/fri_config.yaml: change control_mode ("joint_impedance"), command_mode ("torque") and send_period_ms (<=5)
start controller with joint torque output (add in launch file and configure in iiwa_ros2_controller_config.yaml)
Testing I/O-s:
edit kuka_sunrise_driver/config/gpio_config.xacro: change interface names and data_types according to real setup
implement controller to change command interface values and add it to launch file
The text was updated successfully, but these errors were encountered:
Currently only the joint position command mode is tested, although implementation is done for torque command mode and for reading and writing I/O vales of FRI. These should be tested too, and improved, if necessary
Testing torque command mode:
Testing I/O-s:
The text was updated successfully, but these errors were encountered: