]> defiant.homedns.org Git - ros_roboint.git/commitdiff
readme updates
authorErik Andresen <erik@vontaene.de>
Tue, 27 Aug 2013 12:53:29 +0000 (14:53 +0200)
committerErik Andresen <erik@vontaene.de>
Tue, 27 Aug 2013 12:53:29 +0000 (14:53 +0200)
README [new file with mode: 0644]
README.txt [deleted file]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..e0b0e77
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+README libroboint/Robo Explorer ROS Connector
+==========
+This is a ROS Stack to control the fischertechnik Robo Explorer with ROS using libroboint.
+It works with the Navigation Stack, the Laserscan is faked by the Sonar Sensor.
+
+You need to use Robo Explorer with Wheels instead of Tracks because the Tracks are too inaccurate for Odometry.
+I used the Wheel Setup from Mobile Robots 2.
+
+
+Requirements:
+<---------->
+ROS - http://www.ros.org tested under Groovy
+libroboint - http://defiant.homedns.org/~erik/ft/libft/
+
+
+Author:
+<---------->
+Erik Andresen - erik@vontaene.de
+
+Please contact me for bugs or any suggestions
+
+
+Compiling/Installing:
+<---------->
+This is a catkin package, see generall ROS Documentation.
+
+
+Commands:
+<---------->
+-When running a component (eg. rviz) remote:
+# export ROS_MASTER_URI=http://192.168.0.2:11311
+# export ROS_IP=$OWN_IP
+-Start Explorer:
+# roslaunch explorer_configuration.launch
+-Start Navigation Stack:
+# roslaunch move_base.launch
+-Start RViz:
+# rosrun rviz rviz
+-Manually setting of Translation/Rotation speed:
+# rostopic pub -1 cmd_vel geometry_msgs/Twist '[0.0, 0, 0]' '[0, 0, 0.0]'
diff --git a/README.txt b/README.txt
deleted file mode 100644 (file)
index e1fd423..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-Requirements:
-==========
-Use Robo Explorer with Wheels instead of Tracks:
-Tracks are too inaccurate for Odometry.
-I used the Setup from Mobile Robots 2.
-
-Commands:
-==========
--When running a component (eg. rviz) remote:
-# export ROS_MASTER_URI=http://192.168.0.2:11311
-# export ROS_IP=$OWN_IP
--Start Explorer:
-# roslaunch explorer_configuration.launch
--Start Navigation Stack:
-# roslaunch move_base.launch
--Start RViz:
-# rosrun rviz rviz
--Manually setting of Translation/Rotation speed:
-# rostopic pub -1 cmd_vel geometry_msgs/Twist '[0.0, 0, 0]' '[0, 0, 0.0]'
-
-Notes:
-==========
-Laserscan is faked by the sonar sensor.