]> defiant.homedns.org Git - arm_ros_conn.git/commitdiff
Create README.md
authornxdefiant <erik@vontaene.de>
Thu, 31 Dec 2015 08:03:43 +0000 (09:03 +0100)
committernxdefiant <erik@vontaene.de>
Thu, 31 Dec 2015 08:03:43 +0000 (09:03 +0100)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..528f7f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# arm_ros_conn
+[Ros](http://www.ros.org) adapter to my 5dof robot arm.
+
+May this serve as an example on how to interface [MoveIt](http://moveit.ros.org/) with hardware.
+
+The new angle is send to hardware with the to_angle() call (not in this repos). The interface is 
+
+    def to_angle(axis, speed=255, angle=0)
+
+where axis is the axis number (0..5), speed the motor pwm speed and angle in rad.