mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add gripper module
This commit is contained in:
@@ -17,6 +17,8 @@ ActuatorFactory::create_actuator(const ModuleType type) {
|
||||
return std::make_unique<Servo1Actuator>();
|
||||
case ModuleType_SERVO_2:
|
||||
return std::make_unique<Servo1Actuator>();
|
||||
case ModuleType_GRIPPER:
|
||||
return std::make_unique<Servo1Actuator>();
|
||||
case ModuleType_DC_MOTOR:
|
||||
return std::make_unique<DCMotorActuator>();
|
||||
case ModuleType_DISPLAY:
|
||||
|
||||
Reference in New Issue
Block a user