Example 3.1 problems with roslaunch
Hi everyone,
I'm new with JdeRobot and I have problems trying the example 3.1. When and try to run Gazebo with roslaunch, like this:
roslaunch /opt/jderobot/share/jderobot/launch/kobuki-simple-ros.launch
some warnings appears:
Warning [parser.cc:527] Can not find the XML attribute 'version' in sdf XML tag for model: Ground Plane Transparent. Please specify the SDF protocol supported in the model configuration file. The first sdf tag in the config file will be used
and:
[ WARN] [1517352495.085263458]: Kobuki(ns = turtlebotROS/): missing <rosDebugLevel> default is na
Despite this the program starts, but when I run kobukiViewer with:
kobukiViewer kobukiViewer.yml
the next error appears:
Network.cpp:2357: Ice::ConnectionRefusedException:
connection refused: Connection refused
/usr/include/IceUtil/Handle.h:46: IceUtil::NullHandleException
!! 31/01/18 00:03:37.482 error: communicator not destroyed during global destruction.
and the process doesn't start. I already check the configuration file and it looks like the example says. Though running Gazebo like in the example 3.2 with:
gazebo kobuki-simple.world
the first warning also appears but when I run the kobukiViewer with:
kobukiViewer kobukiViewer.yml
everything works fine.
So my doubts are why I have this error with the first example? and what's the difference between call run Gazebo with ROS or directly?
Thanks in advance for your help!