Binit Shah 4ce075eccb | 3 years ago | |
---|---|---|
.. | ||
config | 3 years ago | |
launch | 3 years ago | |
.setup_assistant | 3 years ago | |
CMakeLists.txt | 3 years ago | |
LICENSE.md | 3 years ago | |
README.md | 3 years ago | |
package.xml | 3 years ago |
MoveIt is the standard ROS manipulation platform, and this package is the configuration for working with Stretch with the MoveIt framework.
To experiment with the planning capabilities of MoveIt on Stretch, you can run a demo without Stretch hardware.
roslaunch stretch_moveit_config demo.launch
This will allow you to move the robot around using interactive markers and create plans between poses.
To run MoveIt with the actual hardware, (assuming stretch_driver
is already running) simply run
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
roslaunch stretch_moveit_config moveit_rviz.launch
For license information, please see the LICENSE files.