#include <string>
#include <vector>
#include <ros/ros.h>
#include <robot_controllers/pid.h>
#include <robot_controllers_interface/controller.h>
#include <robot_controllers_interface/joint_handle.h>
#include <robot_controllers_interface/controller_manager.h>
#include <control_msgs/GripperCommandAction.h>
#include <actionlib/server/simple_action_server.h>
Go to the source code of this file.
Classes | |
class | robot_controllers::ParallelGripperController |
Controller for a parallel jaw gripper, is really only intended for use in simulation. More... | |
Namespaces | |
namespace | robot_controllers |