put gazebo_ros_pkgs to Gazezo_Hector_Test/src, so to solve the problem that Failed to load plugin libgazebo_ros_camera.so

This commit is contained in:
zhangshuai 2019-05-27 22:28:40 +08:00
parent a2409977d3
commit bc6b17b55a
323 changed files with 6 additions and 5 deletions

View File

@ -42,8 +42,7 @@ done
#登入各节点启动roscore source还有改进空间ROS运行的工作目录应该作为参数传进来
for((i=0;i<host_count;i++))
do
ssh -f -n ${hosts[$i]} "source /opt/ros/kinetic/setup.bash;
source $workspace_path/devel/setup.bash;
ssh -f -n ${hosts[$i]} "source $workspace_path/devel/setup.bash;
roscore;
echo roscore_done!"
echo "${hosts[$i]}:roscore_good"
@ -62,8 +61,10 @@ sleep 20s
#登入各节点roslaunch加载模型source还有改进空间ROS运行的工作目录应该作为参数传进来
for((i=0;i<host_count;i++))
do
ssh -f -n ${hosts[$i]} "source /opt/ros/kinetic/setup.bash;
source $workspace_path/devel/setup.bash;
ssh -f -n ${hosts[$i]} "source $workspace_path/devel/setup.bash;
echo ++++++++++${hosts[$i]}++++++++++++;
env | grep LD_LIBRARY;
echo ++++++++++${hosts[$i]}++++++++++++;
roslaunch $packdge_name $launch_file_name;
echo roslaunch_done!"
echo "${hosts[$i]}:roslaunch_good"

View File

@ -1,4 +1,4 @@
anwen slots=1
airc02-PowerEdge-T640 slots=1
zhangshuai-ThinkPad-X250 slots=1

Some files were not shown because too many files have changed in this diff Show More