- gazebo
- physics
- CylinderShape
Cylinder collision. More...
#include <CylinderShape.hh>

Public Member Functions | |
| CylinderShape (CollisionPtr parent) | |
| Constructor. | |
| virtual | ~CylinderShape () |
| Destructor. | |
| virtual void | Load (sdf::ElementPtr &_sdf) |
| Load the cylinder. | |
| void | Init () |
| Initialize the cylinder. | |
| void | SetRadius (const double &radius) |
| Set radius. | |
| void | SetLength (const double &length) |
| Set length. | |
| double | GetRadius () const |
| Get radius. | |
| double | GetLength () const |
| Get length. | |
| virtual void | SetSize (const double &radius, const double &length) |
| Set the size of the cylinder. | |
| void | FillShapeMsg (msgs::Geometry &_msg) |
| virtual void | ProcessMsg (const msgs::Geometry &_msg) |
Cylinder collision.
1.7.5.1