Installs BB.Servo.Robotis into a robot
Adds a BB.Servo.Robotis.Controller and a BB.Servo.Robotis.Bridge to your
robot module and imports the package's formatter rules.
Actuator and sensor entries 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_robotis
mix igniter.install bb_servo_robotis --robot MyApp.Arm
mix igniter.install bb_servo_robotis --name u2d2 --bridge-name u2d2_bridge
Options
--robot- The robot module (defaults to{AppPrefix}.Robot).--name- The controller name (defaultdynamixel).--bridge-name- The parameter bridge name (defaultrobotis_bridge).