- gazebo
- physics
- HeightmapShape
Height map collision. More...
#include <HeightmapShape.hh>

Public Member Functions | |
| HeightmapShape (CollisionPtr parent) | |
| Constructor. | |
| virtual | ~HeightmapShape () |
| Destructor. | |
| void | Update () |
| Update function. | |
| virtual void | Load (sdf::ElementPtr &_sdf) |
| Load the heightmap. | |
| virtual void | Init () |
| Initialize the heightmap. | |
| std::string | GetFilename () const |
| math::Vector3 | GetSize () const |
| math::Vector3 | GetOffset () const |
| void | FillShapeMsg (msgs::Geometry &_msg) |
| virtual void | ProcessMsg (const msgs::Geometry &_msg) |
Protected Attributes | |
| std::vector< double > | heights |
| common::Image | img |
Height map collision.
1.7.5.1