#include <BeamPublisher.hpp>
| Public Types | |
| typedef boost::shared_ptr < BeamPublisher< N > > | Ptr | 
| Public Member Functions | |
| BeamPublisher (ros::NodeHandle nh, const std::string &topic) | |
| void | operator() (const float vec[N], int quality=50) | 
| Public Attributes | |
| ros::Publisher | pub | 
Generic beam publisher for DVL devices.
Definition at line 53 of file BeamPublisher.hpp.
| typedef boost::shared_ptr<BeamPublisher<N> > labust::navigation::BeamPublisher< N >::Ptr | 
Definition at line 55 of file BeamPublisher.hpp.
| labust::navigation::BeamPublisher< N >::BeamPublisher | ( | ros::NodeHandle | nh, | 
| const std::string & | topic | ||
| ) |  [inline] | 
Definition at line 56 of file BeamPublisher.hpp.
| void labust::navigation::BeamPublisher< N >::operator() | ( | const float | vec[N], | 
| int | quality = 50 | ||
| ) |  [inline] | 
Definition at line 61 of file BeamPublisher.hpp.
| ros::Publisher labust::navigation::BeamPublisher< N >::pub | 
Definition at line 73 of file BeamPublisher.hpp.