Increase Ground Plane Grid Size
Hello everyone, I know that you can adjust the size of the ground plane itself, but is there a way to change the size of the gridded area so it's bigger than 20x20? Thanks.
Hello everyone, I know that you can adjust the size of the ground plane itself, but is there a way to change the size of the gridded area so it's bigger than 20x20? Thanks.
I know that the plane geometry tag has a size parameter (see ground_plane model), but it's actually ignored for physics purposes in ODE and is actually an infinite ground plane. The size is used for the visual, which can be seen when you zoom out.
Regarding the grid, that is not a property of the ground plane, but actually a rendering property of the scene. The following tag can be used to disable the grid: <grid>false</grid>
(see blank.world) or it can be toggled from the View -> Grid
menu.
The size of the grid is currently hard-coded in gazebo::rendering::Scene::SetGrid.
Thank you very much for the answer! Is there a way to access SetGrid.cc so I can change the grid size?? I tried to find a copy of that code on my harddrive, but all I found was SetGrid.hh, which appears to only list the functions, not the functions themselves?
Asked: 2014-07-22 12:24:45 -0600
Seen: 6,313 times
Last updated: Jul 22 '14