Skip to content

Commit

Permalink
Update antipodal_gripper_controller/include/antipodal_gripper_control…
Browse files Browse the repository at this point in the history
…ler/antipodal_gripper_action_controller.hpp

Co-authored-by: Marq Rasmussen <[email protected]>
  • Loading branch information
pac48 and MarqRazz authored Feb 6, 2024
1 parent d64da63 commit 66e46cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class GripperActionController : public controller_interface::ControllerInterface
*/
struct Commands
{
double position_; // Last commanded position
double target_velocity_; // Desired gripper velocity
double max_effort_; // Max allowed effort
double position_cmd; // Commanded position
double max_velocity_; // Desired max gripper velocity
double max_effort_; // Desired max allowed effort
};

GRIPPER_ACTION_CONTROLLER_PUBLIC GripperActionController();
Expand Down

0 comments on commit 66e46cb

Please sign in to comment.