Install DRC Sim on Ubuntu 12.04 + Groovy
Hi!
I have installed ROS Groovy on Ubuntu 12.04 and I want to install DRCSim without installing fuerte. Is there a way of do this? If so, Where can I find some instructions for doing it?
Thanks,
Gustavo.
EDIT
Error message after installation, changing 'fuerte' for 'groovy' and cloning repos:
auto-starting new master
process[master]: started with pid [17411]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to 895d6d12-c6d0-11e2-bc6b-001e65d8adfa
process[rosout-1]: started with pid [17424]
started core service [/rosout]
process[gazebo-2]: started with pid [17438]
Gazebo multi-robot simulator, version 1.8.1
Copyright (C) 2013 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org
process[atlas_robot_state_publisher-3]: started with pid [17444]
Gazebo multi-robot simulator, version 1.8.1
Copyright (C) 2013 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org
Msg Waiting for master.Warning [parser.cc:361] Converting a deprecated SDF source[/usr/local/share/drcsim-2.6/worlds/atlas.world].
Warning [Converter.cc:58] Version[1.2] to Version[1.4]
Please use the gzsdf tool to update your SDF files.
$ gzsdf convert [sdf_file]
process[multisense_sl_robot_state_publisher-4]: started with pid [17466]
Dbg [pelvis] has no parent joint
process[tf2_buffer_server-5]: started with pid [17486]
[ WARN] [1369660975.712611124]: You've passed in true for auto_start for the C++ action server at [/tf2_buffer_server]. You should always pass in false to avoid race conditions.
Msg Waiting for master
Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Publicized address: 10.39.39.155
process[multisense_sl/camera/stereo_proc-6]: started with pid [17528]
Msg Connected to gazebo master @ http://127.0.0.1:11345
Msg Publicized address: 10.39.39.155
[ WARN] [1369660981.154465495]: The input topic '/multisense_sl/camera/left/image_raw' is not yet advertised
[ WARN] [1369660981.154710010]: The input topic '/multisense_sl/camera/left/camera_info' is not yet advertised
[ WARN] [1369660981.154753522]: The input topic '/multisense_sl/camera/right/image_raw' is not yet advertised
[ WARN] [1369660981.155109363]: The input topic '/multisense_sl/camera/right/camera_info' is not yet advertised
Warning [gazebo_main.cc:62] escalating to SIGKILL on client
[gazebo-2] process has finished cleanly
log file: /home/gustavo/.ros/log/895d6d12-c6d0-11e2-bc6b-001e65d8adfa/gazebo-2*.log
Glxgears runs fine and gazebo works on its own. What can be causing gazebo to stop?
What kind of GPU do you have? There have been [reports](https://bitbucket.org/osrf/drcsim/issue/283) that the GPU-based laser sensor on the Atlas robot causes this kind of crash on Intel GPUs. There's a [fix](https://bitbucket.org/osrf/drcsim/pull-request/317/files-for-cpu-lidar) on the `drcsim_2.6` branch that provides launch files that use the old CPU-based laser sensor.