#include <cassert>#include <iterator>#include <stdexcept>#include <string>#include <boost/shared_ptr.hpp>#include <boost/scoped_ptr.hpp>#include <ros/node_handle.h>#include <urdf/model.h>#include <control_msgs/FollowJointTrajectoryAction.h>#include <control_msgs/JointTrajectoryControllerState.h>#include <control_msgs/QueryTrajectoryState.h>#include <trajectory_msgs/JointTrajectory.h>#include <actionlib/server/action_server.h>#include <realtime_tools/realtime_box.h>#include <realtime_tools/realtime_buffer.h>#include <realtime_tools/realtime_publisher.h>#include <realtime_tools/realtime_server_goal_handle.h>#include <controller_interface/controller.h>#include <hardware_interface/joint_command_interface.h>#include <hardware_interface/internal/demangle_symbol.h>#include <trajectory_interface/trajectory_interface.h>#include <joint_trajectory_controller/joint_trajectory_segment.h>#include <joint_trajectory_controller/init_joint_trajectory.h>#include <joint_trajectory_controller/hardware_interface_adapter.h>#include <robotican_controllers/joint_with_effort_trajectory_controller_impl.h>

Go to the source code of this file.
Classes | |
| class | joint_with_effort_trajectory_controller::JointTrajectoryController< SegmentImpl, HardwareInterface > |
| Controller for executing joint-space trajectories on a group of joints. More... | |
| struct | joint_with_effort_trajectory_controller::JointTrajectoryController< SegmentImpl, HardwareInterface >::TimeData |
Namespaces | |
| namespace | joint_with_effort_trajectory_controller |