18 #ifndef _CONTACTVISUAL_HH_ 
   19 #define _CONTACTVISUAL_HH_ 
   23 #include "gazebo/msgs/MessageTypes.hh" 
   47                             const std::string &_topicName);
 
   54       public: 
void SetEnabled(
bool _enabled);
 
   57       private: 
void Update();
 
   61       private: 
void OnContact(ConstContactsPtr &_msg);
 
   64       private: 
void CreateNewPoint();
 
A renderable object. 
Definition: Visual.hh:63
std::shared_ptr< Visual > VisualPtr
Definition: RenderTypes.hh:113