Browse Source

Removed MoveIt on actual hardware. It is still in development.

pull/1/head
Alan Sanchez 3 years ago
parent
commit
9e0a85b06e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      moveit_basics.md

+ 2
- 2
moveit_basics.md View File

@ -1,5 +1,5 @@
# MoveIt! Basics
<!--
## MoveIt! on Stretch
To run MoveIt with the actual hardware, (assuming `stretch_driver` is already running) simply run
@ -11,7 +11,7 @@ roslaunch stretch_moveit_config move_group.launch
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
```bash
roslaunch stretch_moveit_config moveit_rviz.launch
```
``` -->
## MoveIt! Without Hardware
To begin running MoveIt! on stretch, run the demo launch file. This doesn't require any simulator or robot to run.

Loading…
Cancel
Save