Skip to content

Commit

Permalink
format gripper
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Dec 8, 2023
1 parent e641233 commit 943e209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/gripper/core/can_task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ using BrushedMotionDispatchTarget = can::dispatch::DispatchParseTarget<
can::messages::ReadLimitSwitchRequest, can::messages::MotorPositionRequest,
can::messages::SetGripperErrorToleranceRequest,
can::messages::GetMotorUsageRequest, can::messages::GripperJawStateRequest,
can::messages::SetGripperJawHoldoffRequest, can::messages::GripperJawHoldoffRequest>;
can::messages::SetGripperJawHoldoffRequest,
can::messages::GripperJawHoldoffRequest>;
using BrushedMoveGroupDispatchTarget = can::dispatch::DispatchParseTarget<
can::message_handlers::move_group::BrushedMoveGroupHandler<
g_tasks::QueueClient>,
Expand Down

0 comments on commit 943e209

Please sign in to comment.