File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
joint_trajectory_controller/include/joint_trajectory_controller Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,16 @@ class JointTrajectoryController : public controller_interface::ControllerInterfa
7171 * interfaces for the controlled joints
7272 */
7373 JOINT_TRAJECTORY_CONTROLLER_PUBLIC
74- controller_interface::InterfaceConfiguration command_interface_configuration () const override ;
74+ controller_interface::InterfaceConfiguration
75+ command_interface_configuration () const override ;
7576
7677 /* *
7778 * @brief command_interface_configuration This controller requires the position and velocity
7879 * state interfaces for the controlled joints
7980 */
8081 JOINT_TRAJECTORY_CONTROLLER_PUBLIC
81- controller_interface::InterfaceConfiguration state_interface_configuration () const override ;
82+ controller_interface::InterfaceConfiguration
83+ state_interface_configuration () const override ;
8284
8385 JOINT_TRAJECTORY_CONTROLLER_PUBLIC
8486 controller_interface::return_type
You can’t perform that action at this time.
0 commit comments