joint_trajectory_controller.cpp
Go to the documentation of this file.
00001 //
00002 // Created by tom on 10/04/16.
00003 //
00004 #include <pluginlib/class_list_macros.h>
00005 #include <robotican_controllers/joint_trajectory_controller.h>
00006 #include <trajectory_interface/quintic_spline_segment.h>
00007 
00008 namespace pos_vel_controllers {
00009     typedef joint_trajectory_controller::JointTrajectoryController<trajectory_interface::QuinticSplineSegment<double>, hardware_interface::PosVelJointInterface> JointTrajectoryController;
00010 }
00011 
00012 PLUGINLIB_EXPORT_CLASS(pos_vel_controllers::JointTrajectoryController, controller_interface::ControllerBase)


robotican_controllers
Author(s):
autogenerated on Fri Oct 27 2017 03:02:40