#include <BeamPublisher.hpp>
Public Types | |
typedef boost::shared_ptr < TwistPublisher > | Ptr |
Public Member Functions | |
void | operator() (const float vec[3]) |
TwistPublisher (ros::NodeHandle nh, const std::string &topic, const std::string &frame_id) | |
Public Attributes | |
std::string | frame_id |
ros::Publisher | pub |
Generic twist publisher for DVL devices.
Definition at line 79 of file BeamPublisher.hpp.
typedef boost::shared_ptr<TwistPublisher> labust::navigation::TwistPublisher::Ptr |
Definition at line 81 of file BeamPublisher.hpp.
labust::navigation::TwistPublisher::TwistPublisher | ( | ros::NodeHandle | nh, |
const std::string & | topic, | ||
const std::string & | frame_id | ||
) | [inline] |
Definition at line 82 of file BeamPublisher.hpp.
void labust::navigation::TwistPublisher::operator() | ( | const float | vec[3] | ) | [inline] |
Definition at line 89 of file BeamPublisher.hpp.
std::string labust::navigation::TwistPublisher::frame_id |
Definition at line 102 of file BeamPublisher.hpp.
Definition at line 103 of file BeamPublisher.hpp.