Gazebo | Ignition | Community
Ask Your Question

sirsomething's profile - activity

2017-12-06 10:18:02 -0500 received badge  Famous Question (source)
2017-12-06 05:39:55 -0500 received badge  Taxonomist
2017-07-19 22:00:38 -0500 received badge  Famous Question (source)
2017-04-28 12:34:39 -0500 commented answer Slam gmapping and hector

@sloretz 1- gmapping: http://imgur.com/si8GW3d hector: http://imgur.com/LsNXr8S 2- Well, I guess my tf_tree is fine the

2017-04-25 06:41:29 -0500 received badge  Notable Question (source)
2017-04-25 05:57:19 -0500 commented answer Slam gmapping and hector

1- gmapping: http://imgur.com/si8GW3d hector: http://imgur.com/LsNXr8S 2- Well, I guess my tf_tree is fine then 3-I'm

2017-04-24 09:31:42 -0500 received badge  Popular Question (source)
2017-04-23 01:13:52 -0500 received badge  Famous Question (source)
2017-04-22 09:37:22 -0500 asked a question Slam gmapping and hector

Slam gmapping and hector Hello! I'm currently trying to implement a slam using gazebo. I already have the laser tf pu

2017-04-17 15:29:55 -0500 received badge  Scholar (source)
2017-04-07 10:28:55 -0500 received badge  Notable Question (source)
2017-04-06 05:23:45 -0500 received badge  Popular Question (source)
2017-04-05 08:04:09 -0500 asked a question Connect SDF model to ROS

Hello, since I'm a newbie in ROS and Gazebo I'm having trouble to find some tutorial or someone who could explain how to connect a robot SDF model to ROS so that I could acquire sensor data. Is there any tutorial or something that could give me a hint or some plugin which can connect a SDF model to ROS like a URDF model? Thanks!

2017-03-30 14:35:02 -0500 received badge  Notable Question (source)
2017-03-24 13:11:14 -0500 received badge  Popular Question (source)
2017-03-23 07:54:11 -0500 commented question Gazebo not running from terminal

That doesn't make much sense tho. It was a fresh ubuntu + ros + gazebo install, it shouldn't have those folders. I added that last export to bashrc file and it runs well now. I don't think I can use Kinetic because I need some older packages from jade. Thanks anyway ;)

2017-03-22 12:13:04 -0500 asked a question Gazebo not running from terminal

Hi!

I just finished installing ros full desktop package and gazebo but when I run gazebo in terminal it simply doesn't launch. I'm going crazy since I can't find anyone else with this problem. I'm running it on a desktop with dedicated graphics. Does anyone have an idea of how to solve the problem?

Thanks!

EDIT: I'm using jade and gazebo5, btw

EDIT2: When I run gazebo --verbose it gives me:

Gazebo multi-robot simulator, version 5.4.0
Copyright (C) 2012-2015 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org

[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 192.168.1.86
Gazebo multi-robot simulator, version 5.4.0
Copyright (C) 2012-2015 Open Source Robotics Foundation.
Released under the Apache 2 License.
http://gazebosim.org

[Msg] Waiting for master.
[Msg] Connected to gazebo master @ http://127.0.0.1:11345
[Msg] Publicized address: 192.168.1.86
[Err] [RTShaderSystem.cc:414] Unable to find shader lib. Shader generating will fail.[Err] [Server.cc:285] Could not open file[worlds/empty.world]

EDIT3: I noticed I have several gazebos in /usr/share folder. Gazebo3 and Gazebo5.4 and when I run this command:

export GAZEBO_RESOURCE_PATH=/usr/share/gazebo-5.0:/usr/share/gazebo_models:${GAZEBO_RESOURCE_PATH}

I am able to run gazebo but I have to do it every single time I open the terminal. Is there any way to make it permanent?