Dynamixel Controller Problems
Currently I am running the AX-12 servo with the Dynamixel_controller package. I can successfully initialize the servo following the tutorial found here. When I attempt to start the controller it produces the follwoing
... logging to /home/tyler/.ros/log/1427d53c-25e6-11e1-8030-00216a81ee0a/roslaunch ubuntu-31628.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://ubuntu:46229/
SUMMARY
========
PARAMETERS
* /tilt_controller/joint_speed
* /rosdistro
* /tilt_controller/motor/init
* /tilt_controller/motor/max
* /tilt_controller/joint_name
* /rosversion
* /tilt_controller/motor/min
* /tilt_controller/controller/package
* /tilt_controller/motor/id
* /tilt_controller/controller/module
* /tilt_controller/controller/type
NODES
/
tilt_controller_spawner (dynamixel_controllers/controller_spawner.py)
ROS_MASTER_URI=http://localhost:11311
core service [/rosout] found
process[tilt_controller_spawner-1]: started with pid [31646]
[INFO] [WallTime: 1323822107.421650] /dev/ttyUSB0 controller_spawner: waiting for controller_manager None to startup in global namespace...
I'm not sure why the controller_manager name is None and why it hangs up at this point. The tutorial I am following for this step can be found here.