您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
11 行
256 B
11 行
256 B
source /opt/ros/noetic/setup.bash
|
|
|
|
set -e
|
|
|
|
# Assuming this script is invoked from the root of the repository...
|
|
DIR_ORIGINAL=$PWD
|
|
cd tutorials/pick_and_place/ROS
|
|
catkin_make
|
|
source devel/setup.bash
|
|
cd "$DIR_ORIGINAL"
|
|
roslaunch niryo_moveit part_3.launch &
|