Skip to content

Commit

Permalink
Allow extending the hardware interface (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Holum authored Dec 13, 2023
1 parent 1ec8f2a commit b61160a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class RobotiqGripperHardwareInterface : public hardware_interface::SystemInterfa
ROBOTIQ_DRIVER_PUBLIC
hardware_interface::return_type write(const rclcpp::Time& time, const rclcpp::Duration& period) override;

private:
protected:
// Interface to send binary data to the hardware using the serial port.
std::unique_ptr<Driver> driver_;

Expand Down

0 comments on commit b61160a

Please sign in to comment.