Class DefaultDriverFactory

Inheritance Relationships

Base Type

Class Documentation

class DefaultDriverFactory : public robotiq_driver::DriverFactory

This class is used to create a default driver to interact with the hardware.

Public Functions

DefaultDriverFactory() = default
virtual std::unique_ptr<Driver> create(const hardware_interface::HardwareInfo &info) const

Create a driver.

Parameters:

info – The hardware information.

Returns:

A driver to interact with the hardware.

Protected Functions

virtual std::unique_ptr<Driver> create_driver(const hardware_interface::HardwareInfo &info) const