Last active
August 30, 2016 08:00
-
-
Save ammarnajjar/3c326746eed56d5f4dbb088aa3028f5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
roslaunch schunk_lwa4p robot.launch | |
rosservice call /arm/driver/init | |
# success: True | |
# message: '' | |
roslaunch lwa4p_movit_config moveit_planning_execution.launch | |
# Kinect2 | |
roslaunch kinect2_bridge kinect2_bridge.launch | |
rosrun kinect2_viewer merosy_kinect2 both | |
# pick_place | |
rosrun pick_place pick_place |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment