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:
parent
a2409977d3
commit
bc6b17b55a
|
@ -42,8 +42,7 @@ done
|
||||||
#登入各节点启动roscore (source还有改进空间,ROS运行的工作目录应该作为参数传进来)
|
#登入各节点启动roscore (source还有改进空间,ROS运行的工作目录应该作为参数传进来)
|
||||||
for((i=0;i<host_count;i++))
|
for((i=0;i<host_count;i++))
|
||||||
do
|
do
|
||||||
ssh -f -n ${hosts[$i]} "source /opt/ros/kinetic/setup.bash;
|
ssh -f -n ${hosts[$i]} "source $workspace_path/devel/setup.bash;
|
||||||
source $workspace_path/devel/setup.bash;
|
|
||||||
roscore;
|
roscore;
|
||||||
echo roscore_done!"
|
echo roscore_done!"
|
||||||
echo "${hosts[$i]}:roscore_good"
|
echo "${hosts[$i]}:roscore_good"
|
||||||
|
@ -62,8 +61,10 @@ sleep 20s
|
||||||
#登入各节点roslaunch加载模型(source还有改进空间,ROS运行的工作目录应该作为参数传进来)
|
#登入各节点roslaunch加载模型(source还有改进空间,ROS运行的工作目录应该作为参数传进来)
|
||||||
for((i=0;i<host_count;i++))
|
for((i=0;i<host_count;i++))
|
||||||
do
|
do
|
||||||
ssh -f -n ${hosts[$i]} "source /opt/ros/kinetic/setup.bash;
|
ssh -f -n ${hosts[$i]} "source $workspace_path/devel/setup.bash;
|
||||||
source $workspace_path/devel/setup.bash;
|
echo ++++++++++${hosts[$i]}++++++++++++;
|
||||||
|
env | grep LD_LIBRARY;
|
||||||
|
echo ++++++++++${hosts[$i]}++++++++++++;
|
||||||
roslaunch $packdge_name $launch_file_name;
|
roslaunch $packdge_name $launch_file_name;
|
||||||
echo roslaunch_done!"
|
echo roslaunch_done!"
|
||||||
echo "${hosts[$i]}:roslaunch_good"
|
echo "${hosts[$i]}:roslaunch_good"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
anwen slots=1
|
|
||||||
airc02-PowerEdge-T640 slots=1
|
airc02-PowerEdge-T640 slots=1
|
||||||
|
zhangshuai-ThinkPad-X250 slots=1
|
||||||
|
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 644 B After Width: | Height: | Size: 644 B |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue