#include <ros/ros.h>
#include <urdf/model.h>
#include <hardware_interface/joint_state_interface.h>
#include <hardware_interface/joint_command_interface.h>
#include "fake_joint_driver/fake_joint_driver.h"
Go to the source code of this file.
FakeJointDriver class (only do loopback from command to status) derived from the hardware_interface class
Definition in file fake_joint_driver.cpp.