X-Git-Url: https://defiant.homedns.org/gitweb/?a=blobdiff_plain;f=README;h=c5ea4353f37f33a86e4c6727f2f9889f9da6e4f2;hb=839da311672219243b7f0bc3291b331f92a395c8;hp=e0b0e77361ec97f872e679195722bb5f0974ddbc;hpb=62db1f65f66770cf047947c5b713ac57da68ac14;p=ros_roboint.git diff --git a/README b/README index e0b0e77..c5ea435 100644 --- 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