]> defiant.homedns.org Git - arm_ros_conn.git/blob - README.md
Added xtion to urdf
[arm_ros_conn.git] / README.md
1 # arm_ros_conn
2 [Ros](http://www.ros.org) adapter to my 5dof robot arm.
3
4 May this serve as an example (scripts/arm_ros.py) on how to interface [MoveIt](http://moveit.ros.org/) with hardware.
5
6 The new angle is send to hardware with the to_angle() call (not in this repos). The interface is 
7
8     def to_angle(axis, speed=255, angle=0)
9
10 where axis is the axis number (0..5), speed the motor pwm speed and angle in rad.