12 #include <mrpt/img/TColor.h>
13 #include <mrpt/opengl/CGridPlaneXY.h>
14 #include <mvsim/WorldElements/WorldElementBase.h>
31 virtual void internalGuiUpdate(
32 const mrpt::optional_ref<mrpt::opengl::COpenGLScene>& viz,
33 const mrpt::optional_ref<mrpt::opengl::COpenGLScene>& physical,
bool childrenOnly)
override;
36 std::string float_center_at_vehicle_name_;
37 double x_min_, x_max_, y_min_, y_max_, interval_;
38 mrpt::img::TColor color_;
41 mrpt::opengl::CGridPlaneXY::Ptr gl_groundgrid_;
Definition: GroundGrid.h:22
Definition: WorldElementBase.h:28