Gazebo | Ignition | Community
Ask Your Question

maxieckert's profile - activity

2018-10-23 06:45:33 -0600 received badge  Taxonomist
2018-07-23 11:21:08 -0600 received badge  Good Question (source)
2018-02-20 00:31:12 -0600 received badge  Famous Question (source)
2018-02-11 17:40:51 -0600 received badge  Nice Question (source)
2016-07-26 17:30:47 -0600 received badge  Notable Question (source)
2016-04-04 05:37:00 -0600 received badge  Popular Question (source)
2016-03-22 04:59:10 -0600 asked a question Drawn Gazebo-Roads don't get visualized

Hi there,

I try to draw several roads (in a loop) in a world plugin by publishing road messages.
When I initialize a new publisher for each road, everything is visualized fine. But if I use the same publisher for all roads, Gazebo doesn't draw all roads (in fact only 1). Adding a short "sleep" after every published road message helps, but not all roads get visualized.

Anyone an idea why this is hapenning and how I can avoid initializing a new publisher for every road?

Many thanks in advance and best regards.

2016-03-20 02:27:09 -0600 received badge  Famous Question (source)
2016-02-17 07:14:19 -0600 received badge  Famous Question (source)
2016-02-16 07:47:09 -0600 received badge  Notable Question (source)
2016-02-15 02:46:54 -0600 commented answer road visuals not shown in published camera image

It occurs to me using version 6.5.1

2016-02-12 12:52:48 -0600 received badge  Popular Question (source)
2016-02-10 03:33:44 -0600 asked a question road visuals not shown in published camera image

Hi there,

When I set up a camera, the preview within gazebo is fine, but in the published image the visuals of the "gazebo-road" are gone.

Has someone an idea why this happens? And how can i achieve to get all my visuals shown up in the published image?

image description

Many thanks in advance and best regards.

2016-02-03 02:49:00 -0600 received badge  Editor (source)
2016-01-27 05:51:26 -0600 received badge  Famous Question (source)
2016-01-25 08:48:20 -0600 commented answer Get mouse click location and event

Is this also possible with a GUIPlugin?

2016-01-18 16:31:10 -0600 received badge  Nice Question (source)
2016-01-18 01:32:12 -0600 received badge  Notable Question (source)
2016-01-18 01:32:12 -0600 received badge  Popular Question (source)
2015-12-21 06:46:09 -0600 asked a question GTS library not found error

Hi there,

when I try to create polylines, I get following error: GTS library not found.

image description

But gts library is installed (see picture).

image description

But if I run "ldd" on gazebo, the libgts is not listed in the result list.

Many thanks in advance and best regards.

2015-12-18 04:45:10 -0600 received badge  Notable Question (source)
2015-12-16 08:42:35 -0600 received badge  Popular Question (source)
2015-12-14 03:53:51 -0600 asked a question change actor behaviour at runtime

Hi there,

is it possible to change the behaviour of an actor at runtime? For example changing the trajectory or adding new waypoints to it. Maybe via a topic or a plugin?

Many thanks in advance and best regards.

2015-12-14 03:48:39 -0600 received badge  Famous Question (source)
2015-11-30 12:26:33 -0600 received badge  Notable Question (source)
2015-11-24 10:48:52 -0600 received badge  Enthusiast
2015-11-24 10:48:51 -0600 received badge  Enthusiast
2015-11-24 10:48:51 -0600 received badge  Enthusiast
2015-11-24 07:01:25 -0600 received badge  Popular Question (source)
2015-11-21 12:32:36 -0600 received badge  Student (source)
2015-11-21 12:32:02 -0600 asked a question Best way to draw lines/paths with a certain width and texture

Hi all,

I need to draw lines/paths with a certain width and a custom texture. And it would be nice to have friction on this path. Now I ask myself what's the best/easiest way to do this. I tried using polylines where I could easily add friction to their surface, but textures didn't work there. In other questions I read about using a VisualPlugin. But then I had to consider a different approach to add friction. Is there a documentation on VisualPlugins?

I would be greatful, if somebody can recommend me a "best practice" for this task.

Best regards