Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.18 KB

iiwa_toolkit

This is a toolbox to control KUKA LBR iiwa in task space. It provides controller to compliantly control the end-effector of the robot.

Requirements

iiwa_toolkit requires only one package to be installed in order to work properly:

Compilation

cd /path/to/ros_workspace
# source ros workspace
catkin_make

Basic Usage

Bringup iiwa_driver

To launch passive tracker either in position or orientation or velocity

roslaunch iiwa_toolkit passive_track_real.launch

Gazebo Simulation

To launch passive tracker either in position or orientation or velocity

roslaunch iiwa_toolkit passive_track_gazebo.launch

Both of the above commands will launch IIWA in torque-control mode. To change the control mode (e.g., position-control), please edit the launch files to select the appropriate controller.

Contributing

...

Acknowledgements

..

Authors/Maintainers