Skip to content

Commit

Permalink
OpenSrvType changed to OpenCloseSrvType
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
sachinkum0009 and destogl authored Jan 2, 2025
1 parent f7b4875 commit dc5e828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ class IOGripperController : public controller_interface::ControllerInterface
bool setResult;

using ControllerModeSrvType = std_srvs::srv::SetBool;
using OpenSrvType = std_srvs::srv::Trigger;
using OpenCloseSrvType = std_srvs::srv::Trigger;
using ConfigSrvType = control_msgs::srv::SetConfig;
using ControllerStateMsg = sensor_msgs::msg::JointState;
using EventStateMsg = sensor_msgs::msg::JointState;
Expand Down

0 comments on commit dc5e828

Please sign in to comment.