]> defiant.homedns.org Git - ros_roboint.git/blobdiff - README
fix velocity message in robo_explorer
[ros_roboint.git] / README
diff --git a/README b/README
index e0b0e77361ec97f872e679195722bb5f0974ddbc..c5ea4353f37f33a86e4c6727f2f9889f9da6e4f2 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,14 @@
 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.
+Its is split in the Nodes:
+-libft_adapter: Accesses the Interface over libroboint.
+ Inputs are send via ft/get_inputs message.
+ Outputs are set with ft/set_output and ft/set_motor message.
+-robo_explorer.py: Provides the Robo Explorer functions:
+ Laserscan is faked by the Sonar Sensor.
+
+You need to use the Robo Explorer with Wheels instead of Tracks because the Tracks are too inaccurate for Odometry.
 I used the Wheel Setup from Mobile Robots 2.
 
 
@@ -22,7 +27,7 @@ Please contact me for bugs or any suggestions
 
 Compiling/Installing:
 <---------->
-This is a catkin package, see generall ROS Documentation.
+This is a catkin package, see general ROS Documentation.
 
 
 Commands:
@@ -37,4 +42,9 @@ Commands:
 -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]'
+ Forward:
+# rostopic pub -1 cmd_vel geometry_msgs/Twist '[0.1, 0, 0]' '[0, 0, 0.0]'
+ Turn:
+# rostopic pub -1 cmd_vel geometry_msgs/Twist '[0.1, 0, 0]' '[0, 0, 0.4]'
+-Keyboard Control:
+# rosrun pr2_teleop teleop_pr2_keyboard