]> 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 d772dd31cf2eea01c3ccf20ab871df005780bf4f..c5ea4353f37f33a86e4c6727f2f9889f9da6e4f2 100644 (file)
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Its is split in the Nodes:
 -robo_explorer.py: Provides the Robo Explorer functions:
  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.
+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.
 
 
@@ -42,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