DRCSim + Precise + Hydro + roslaunch [closed]
I have Gazebo 3.0, gazebo_ros_pkgs-current, and the default branch of drcsim all compiling from source successfully with ROS Hydro and Ubuntu Precise. Now when I run
roslaunch drcsim_gazebo atlas.launch
I get a lot of errors in the terminal:
[atlasrobotstatepublisher-3] process has died [pid 3701, exit code -11, cmd /opt/ros/hydro/lib/robotstatepublisher/statepublisher jointstates:=/atlas/jointstates _name:=atlasrobotstatepublisher _log:=/home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/atlasrobotstatepublisher-3.log]. log file: /home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/atlasrobotstate_publisher-3*.log
[multisenseslrobotstatepublisher-4] process has died [pid 3714, exit code -11, cmd /opt/ros/hydro/lib/robotstatepublisher/statepublisher jointstates:=/multisensesl/jointstates _name:=multisenseslrobotstatepublisher _log:=/home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisenseslrobotstatepublisher-4.log]. log file: /home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisenseslrobotstatepublisher-4*.log
[tf2bufferserver-5] process has died [pid 3730, exit code -11, cmd /opt/ros/hydro/lib/tf2ros/bufferserver _name:=tf2bufferserver _log:=/home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/tf2bufferserver-5.log]. log file: /home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/tf2bufferserver-5*.log
[multisensesl/stereoproc-6] process has died [pid 3747, exit code -11, cmd /opt/ros/hydro/lib/stereoimageproc/stereoimageproc _name:=stereoproc _log:=/home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisensesl-stereoproc-6.log]. log file: /home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisensesl-stereo_proc-6*.log
[multisensesl/camera/stereoprocsimulationrelay-13] process has died [pid 4155, exit code -11, cmd /opt/ros/hydro/lib/stereoimageproc/stereoimageproc _name:=stereoprocsimulationrelay _log:=/home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisensesl-camera-stereoprocsimulationrelay-13.log]. log file: /home/dave/.ros/log/40b7e942-82ec-11e3-904a-d43d7e05aeaf/multisensesl-camera-stereoprocsimulation_relay-13*.log
Has DRCSim been tested with Hydro yet? What am I doing wrong? Thanks!
looks like a bunch of ros nodes are not coming up properly. Did you source ${CMAKEINSTALLPREFIX}/share/drcsim/setup.sh before roslaunch?
Indeed, if you are using a catkin workspace, you should source install/setup.bash and install/share/drcsim/setup.sh