Installs BB.Servo.Feetech into a robot
Adds a BB.Servo.Feetech.Controller and BB.Servo.Feetech.Bridge to your
robot module, defines a :config.:feetech param group, writes the serial
device to config/runtime.exs, and wires the robot's child spec to load its
opts from the application environment. The FEETECH_DEVICE environment
variable overrides the configured default at runtime.
Actuators belong on individual joints in your topology and are not added automatically — a snippet is printed for you to copy.
Example
mix igniter.install bb_servo_feetech
mix igniter.install bb_servo_feetech --robot MyApp.Arm
mix igniter.install bb_servo_feetech --device /dev/ttyACM0
Options
--robot- The robot module (defaults to{AppPrefix}.Robot).--name- The controller name (defaultfeetech).--bridge-name- The parameter bridge name (defaultfeetech_bridge).--device- The fallback serial device path (default/dev/ttyUSB0).