I am trying to control a dynamixel ax-12 servo by using kinect.. I just use one servo
I followed the tutorials in pi_robot package http://www.ros.org/wiki/openni/Contests/ROS%203D/Skeleton%20Tracker%20Teleoperation%20Package%20for%20Mobile%20Robot
When I start robotis.launch, it works fine..
But when i start dynamixels.launch to control my servo.. it has problems..
> [WallTime: 1363352924.628046] /dev/ttyUSB0 controller_spawner:> waiting for controller_manager None to> startup in /ax12_controller/namespace... >Traceback (most recent call last): File> "/home/rizqa/trunk2/pi_tracker/bin/controller_manager.py",> line 251, >in manager = ControllerManager() >File "/home/rizqa/trunk2/pi_tracker/bin/controller_manager.py", line 78, >in __init__ manager_namespace = rospy.get_param('~namespace') >File "/opt/ros/electric/stacks/ros_comm/clients/rospy/src/rospy/client.py", line 378, in get_param return _param_server[param_name] #MasterProxy does all the magic for us >File "/opt/ros/electric/stacks/ros_comm/clients/rospy/src/rospy/msproxy.py",line 117, >in __getitem__ raise KeyError(key) >KeyError: '~namespace'
I'm not sure why the controller_manager None to start up..
dynamixel.launch ( for a while, I just one servo )
How could this problem solved..?? thanks..
↧