Gazebo | Ignition | Community
Ask Your Question
0

Remove green frames of gazebo lights

asked 2023-05-04 05:20:26 -0600

danielibzaux gravatar image

I'm creating my own gazebo model using (among others) this tutorial https://classic.gazebosim.org/tutoria...) (URDF/XML/SDF).

I want to add controllable lights which do not show the typical green frame. How can I do that?

image description

Thanks in advance.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-05-30 09:52:06 -0600

mls gravatar image

I think you are using gazebo classic but for the ones that use ign/sim : in gazebo garden you can just add the tag <visualize>false</visualize> between the light tags.

edit flag offensive delete link more
0

answered 2023-05-07 21:26:20 -0600

Veerachart gravatar image

Class gazebo::rendering::Light has functions ShowVisual(bool) and ToggleShowVisual() which seem to do something with that. I believe it should be done on the GUI side through a GUI plugin, since it is only visible in the client side (camera sensors never see these visuals).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2023-05-04 05:20:26 -0600

Seen: 152 times

Last updated: May 30 '23