Skip to content

Commit

Permalink
Remove leftover JointGroupCtrlr; Fix Effort.h IFDEF
Browse files Browse the repository at this point in the history
  • Loading branch information
rethink-rlinsalata committed May 23, 2017
1 parent fa90a82 commit 2e3bd6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 125 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,4 @@
</description>
</class>

<class name="sawyer_sim_controllers/JointGroupPositionController"
type="sawyer_sim_controllers::JointGroupPositionController"
base_class_type="controller_interface::ControllerBase">
<description>
The JointGroupPositionController provides position controllers for effort hardware interfaces.
</description>
</class>

</library>
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
**************************************************************************/

#ifndef SAWYER_VELOCITY_CONTROLLER_H
#define SAWYER_VELOCITY_CONTROLLER_H
#ifndef SAWYER_EFFORT_CONTROLLER_H
#define SAWYER_EFFORT_CONTROLLER_H

#include <sawyer_sim_controllers/joint_array_controller.h>
#include <intera_core_msgs/JointCommand.h>
Expand All @@ -40,4 +40,4 @@ namespace sawyer_sim_controllers
};
}

#endif
#endif
114 changes: 0 additions & 114 deletions sawyer_sim_controllers/src/joint_group_position_controller.cpp

This file was deleted.

0 comments on commit 2e3bd6e

Please sign in to comment.