Hi Jason,
I have MoveIt working with Anton's dynamixel_motor packages. I am using
the Hydro Debian versions of both MoveIt and dynamixel_motor under
Ubuntu 12.04. I don't have my files on a public server yet but I have
attached the key files I use to get it working. Note that I am not
using a gripper yet since, AFAIK, Anton does not have a gripper
controller in his packages.
I have a 6-dof Dynamixel arm with two RX-24F servos and four AX-12
servos. I also have two AX-12 servos controlling a pan-and-tilt head.
I therefore use two USB2Dynamixel controllers for the two servo types
which is why you will see two ports defined in my dynamixel launch file.
My robot's name is "pedestal_pi_no_gripper" so replace that with your
robot's name wherever appropriate. Here are the files I have attached:
In my MoveIt config directory:
controllers.yaml
kinematics.yaml
In my MoveIt launch directory:
pedestal_pi_with_gripper_moveit_controller_manager.launch.xml
In my robot's dynamixel config directory:
pedestal_pi_no_gripper_dynamixels.yaml
In my robot's dynamixel launch directory:
pedestal_pi_no_gripper_dynamixels.launch
Let me know if you need anything else.
--patrick