Skip to content

Commit

Permalink
change visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Nov 2, 2022
1 parent a9ae2e1 commit 8695436
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class GripperActionController : public controller_interface::ControllerInterface
// pre-allocated memory that is re-used to set the realtime buffer
Commands command_struct_, command_struct_rt_;

private:
protected:
using GripperCommandAction = control_msgs::action::GripperCommand;
using ActionServer = rclcpp_action::Server<GripperCommandAction>;
using ActionServerPtr = ActionServer::SharedPtr;
Expand Down

0 comments on commit 8695436

Please sign in to comment.