You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1003 B

3 years ago
  1. ![](../images/banner.png)
  2. ## Stretch & MoveIt!
  3. MoveIt is the standard ROS manipulation platform, and this package is the configuration for working with Stretch with the MoveIt framework.
  4. ### Offline Demo
  5. To experiment with the planning capabilities of MoveIt on Stretch, you can run a demo _without_ Stretch hardware.
  6. roslaunch stretch_moveit_config demo.launch
  7. This will allow you to move the robot around using interactive markers and create plans between poses.
  8. ### Hardware Integration
  9. To run MoveIt with the actual hardware, (assuming `stretch_driver` is already running) simply run
  10. roslaunch stretch_moveit_config move_group.launch
  11. This will runs all of the planning capabilities, but without the setup, simulation and interface that the above demo provides. In order to create plans for the robot with the same interface as the offline demo, you can run
  12. roslaunch stretch_moveit_config moveit_rviz.launch
  13. ## License
  14. For license information, please see the LICENSE files.