kuka-isir / rtt_lwr

OROCOS/ROS components for light weight robots at ISIR

Home Page:http://rtt-lwr.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when oslaunch lwr_utils run.launch sim:=true launch_gazebo:=true terminal show err: RLException: roslaunch file contains multiple nodes named [/gazebo].

dbdxnuliba opened this issue · comments

roslaunch lwr_utils run.launch sim:=true launch_gazebo:=true
... logging to /home/dell1804/.ros/log/635ee428-dc36-11ea-90a5-d0abd5b03bdc/roslaunch-dell1804-G3-3590-8874.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

xacro: in-order processing became default in ROS Melodic. You can drop the option.
xacro: in-order processing became default in ROS Melodic. You can drop the option.
RLException: roslaunch file contains multiple nodes named [/gazebo].
Please check all 'name' attributes to make sure they are unique.
Also check that $(anon id) use different ids.
The traceback for the exception was written to the log file

Looks like you have multiple instances of gazebo running !

OK,thanks
but another issue:
when roslaunch lwr_moveit_config run.launch sim:=true

home/dell1804/isir/rtt_ros-2.9_ws/install/lib/rtt_ros/deployer: line 5: 13120 Segmentation fault (core dumped) deployer "$@"

image
#20

Maybe try to run with debug:=true and send the output

when roslaunch lwr_moveit_config run.launch sim:=true debug:=true
image