Gazebo | Ignition | Community
Ask Your Question

BenWashburn's profile - activity

2018-10-08 17:45:01 -0500 received badge  Famous Question (source)
2017-06-21 12:02:57 -0500 received badge  Taxonomist
2015-03-10 22:37:39 -0500 received badge  Famous Question (source)
2015-03-02 09:29:22 -0500 received badge  Famous Question (source)
2015-01-14 12:36:31 -0500 received badge  Notable Question (source)
2015-01-13 08:18:55 -0500 received badge  Popular Question (source)
2014-12-19 09:01:56 -0500 received badge  Notable Question (source)
2014-12-14 07:36:17 -0500 received badge  Notable Question (source)
2014-12-14 07:05:21 -0500 received badge  Popular Question (source)
2014-11-13 18:58:41 -0500 received badge  Popular Question (source)
2014-11-12 22:08:48 -0500 asked a question roslaunch: Unable to convert from SDF version 1.5 to 1.4

I'm following the gazeboros tutorial here. When I run the commond: $roslaunch gazeboros empty_world.launch, I encountered such a warning (Converting a deprecated SDF source[data-string]) and such a error followed(Unable to convert from SDF version 1.5 to 1.4). The same thing happened with other .launch files, and nothing show on the gazebo GUI. I guess it's a version problem. My versions are gazebo-4.0 and ros indigo that run on Ubuntu 14.04. I can't figure out how to handle with such a problem and really need some help. Thanks.

2014-11-12 19:08:01 -0500 commented answer $gazebo fails to work after installing gazebo_ros_pkgs

Thank you very much. Gazebo works! May I ask what does this environment variable LIBGLALWAYSOFTWARE mean and how does it affect the way Gazebo works?

2014-11-05 20:54:20 -0500 received badge  Editor (source)
2014-11-05 20:52:47 -0500 asked a question $gazebo fails to work after installing gazebo_ros_pkgs

Hi. I'm in a dilemma. After installing gazeborospkgs, the 'rosrun/roslaunch gazebo_ros' commands work well and bring a Gazebo GUI.However when I run alone the command $gazebo in a terminal, nothing happens. Just nothing! Neither Gazebo GUI which is expected, nor warning/error information in the terminbal. I think something might go wrong with the environment variables or else, but I can't figure out. It's really awkward, for gazebo is there but not avaiable to me. I really need some help. Thanks.

2014-11-02 09:17:15 -0500 received badge  Popular Question (source)
2014-10-30 23:14:22 -0500 commented answer <gazebo/gui/GuiPlugin.hh> is missed?

Thanks a lot. That's quite helpful.

2014-10-29 23:19:05 -0500 commented question <gazebo/gui/GuiPlugin.hh> is missed?

Here's the total console output: In file included from /home/ben/gazeboguispawn/build/mocGUIExampleSpawnWidget.cxx:9:0: /home/ben/gazeboguispawn/build/../GUIExampleSpawnWidget.hh:21:35: fatal error: gazebo/gui/GuiPlugin.hh: No such file and directory #include <gazebo/gui/GuiPlugin.hh> compilation terminated make[2]: * [CMakeFiles/guiexamplespawnwidget.dir/mocGUIExampleSpawnWidget.cxx.o] error 1 make[1]: * [CMakeFiles/guiexamplespawnwidget.dir/all] error 2 make: * [all] error 2

2014-10-29 22:01:52 -0500 commented question <gazebo/gui/GuiPlugin.hh> is missed?

Thanks. https://bitbucket.org/osrf/gazebo/src/default/examples/plugins/guioverlayplugin_spawn/ Here's the link of the source code. After the cmake step, I met the following errors when make it--fatal error: gazebo/gui/GuiPlugin.hh: No such file or directory.-- In the path /usr/local/include/gazebo4.0/gazebo, there exist other header files like <gui.hh> and <Plugin.hh> but no <GuiPlugin.hh>. So I have no idea what has gone wrong.

2014-10-28 21:11:21 -0500 asked a question <gazebo/gui/GuiPlugin.hh> is missed?

When I built the source file from GUI Overlay tutorial, there was a fetal error that <gazebo gui="" guiplugin.hh=""> is missed. So I looked into the include directory and found there was no such a header file. I searched on the Internet and hardly got anything, so I am stuck here and need some help. I installed gazebo-4.0 from the source code a few days ago and still was not familar with it. Did I missed something when I installed it? Or something else? Thanks.

2014-10-23 22:42:43 -0500 received badge  Scholar (source)
2014-10-23 20:26:15 -0500 commented answer 'XML Element[population], child of element[world] not defined in SDF'???

Thanks a lot. It's quite helpful.

2014-10-23 09:40:10 -0500 asked a question 'XML Element[population], child of element[world] not defined in SDF'???

I followed the tutorial on populations of models and encountered such error 'XML Element[population], child of element[world] not defined in SDF'. I'm new to Gazebo.Could anyone tells what went wrong, thanks! Population of models