ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Even if there is no open-source ros_control bindings for the LBR iiwa, you can still make good progress on your own. For the Gazebo bindings, try to leverage the existing plugins available in the gazebo_ros_control package. For the hardware bindings, you will have to expose to a hardware_interface::RobotHW the raw data made available by the manufacturer's API for at least reading state and writing commands. You might also want to handle emergency or protective stops.

Even if there is no open-source ros_control bindings for the LBR iiwa, you can still make good progress on your own. For the Gazebo bindings, try to leverage the existing plugins available in the gazebo_ros_control package. For the hardware bindings, you will have to expose to a hardware_interface::RobotHW the raw data made available by the manufacturer's API for at least reading state and writing commands. You might also want to handle emergency or protective stops.

Update: there is this open-source alternative, just out of the oven: https://github.com/CentroEPiaggio/kuka-lwr