|
| void | cbAux (const vssp::Header &header, const vssp::AuxHeader &aux_header, const boost::shared_array< vssp::Aux > &auxs, const boost::posix_time::ptime &time_read) |
| |
| void | cbConnect (bool success) |
| |
| void | cbError (const vssp::Header &header, const std::string &message, const boost::posix_time::ptime &time_read) |
| |
| void | cbPing (const vssp::Header &header, const boost::posix_time::ptime &time_read) |
| |
| void | cbPoint (const vssp::Header &header, const vssp::RangeHeader &range_header, const vssp::RangeIndex &range_index, const boost::shared_array< uint16_t > &index, const boost::shared_array< vssp::XYZI > &points, const boost::posix_time::ptime &time_read) |
| |
| void | cbSubscriber () |
| |
| void | cbTimer (const boost::system::error_code &error) |
| |
| | Hokuyo3dNode () |
| |
| void | ping () |
| |
| bool | poll () |
| |
| void | spin () |
| |
| | ~Hokuyo3dNode () |
| |
Definition at line 51 of file hokuyo3d.cpp.
◆ PublishCycle
| Enumerator |
|---|
| CYCLE_FIELD | |
| CYCLE_FRAME | |
| CYCLE_LINE | |
Definition at line 450 of file hokuyo3d.cpp.
◆ Hokuyo3dNode()
| Hokuyo3dNode::Hokuyo3dNode |
( |
| ) |
|
|
inline |
◆ ~Hokuyo3dNode()
| Hokuyo3dNode::~Hokuyo3dNode |
( |
| ) |
|
|
inline |
◆ cbAux()
◆ cbConnect()
| void Hokuyo3dNode::cbConnect |
( |
bool |
success | ) |
|
|
inline |
◆ cbError()
| void Hokuyo3dNode::cbError |
( |
const vssp::Header & |
header, |
|
|
const std::string & |
message, |
|
|
const boost::posix_time::ptime & |
time_read |
|
) |
| |
|
inline |
◆ cbPing()
| void Hokuyo3dNode::cbPing |
( |
const vssp::Header & |
header, |
|
|
const boost::posix_time::ptime & |
time_read |
|
) |
| |
|
inline |
◆ cbPoint()
◆ cbSubscriber()
| void Hokuyo3dNode::cbSubscriber |
( |
| ) |
|
|
inline |
◆ cbTimer()
| void Hokuyo3dNode::cbTimer |
( |
const boost::system::error_code & |
error | ) |
|
|
inline |
◆ ping()
| void Hokuyo3dNode::ping |
( |
| ) |
|
|
inline |
◆ poll()
| bool Hokuyo3dNode::poll |
( |
| ) |
|
|
inline |
◆ spin()
| void Hokuyo3dNode::spin |
( |
| ) |
|
|
inline |
◆ allow_jump_back_
| bool Hokuyo3dNode::allow_jump_back_ |
|
protected |
◆ auto_reset_
| bool Hokuyo3dNode::auto_reset_ |
|
protected |
◆ cloud2_
| sensor_msgs::PointCloud2 Hokuyo3dNode::cloud2_ |
|
protected |
◆ cloud_
| sensor_msgs::PointCloud Hokuyo3dNode::cloud_ |
|
protected |
◆ cloud_stamp_last_
◆ connect_mutex_
| boost::mutex Hokuyo3dNode::connect_mutex_ |
|
protected |
◆ cycle_
◆ driver_
◆ enable_pc2_
| bool Hokuyo3dNode::enable_pc2_ |
|
protected |
◆ enable_pc_
| bool Hokuyo3dNode::enable_pc_ |
|
protected |
◆ field_
◆ frame_
◆ frame_id_
| std::string Hokuyo3dNode::frame_id_ |
|
protected |
◆ horizontal_interlace_
| int Hokuyo3dNode::horizontal_interlace_ |
|
protected |
◆ imu_
| sensor_msgs::Imu Hokuyo3dNode::imu_ |
|
protected |
◆ imu_frame_id_
| std::string Hokuyo3dNode::imu_frame_id_ |
|
protected |
◆ imu_stamp_last_
◆ io_
| boost::asio::io_service Hokuyo3dNode::io_ |
|
protected |
◆ ip_
| std::string Hokuyo3dNode::ip_ |
|
protected |
◆ line_
◆ mag_
| sensor_msgs::MagneticField Hokuyo3dNode::mag_ |
|
protected |
◆ mag_frame_id_
| std::string Hokuyo3dNode::mag_frame_id_ |
|
protected |
◆ mag_stamp_last_
◆ pnh_
◆ port_
◆ pub_imu_
◆ pub_mag_
◆ pub_pc2_
◆ pub_pc_
◆ range_min_
| double Hokuyo3dNode::range_min_ |
|
protected |
◆ set_auto_reset_
| bool Hokuyo3dNode::set_auto_reset_ |
|
protected |
◆ time_ping_
◆ timer_
| boost::asio::deadline_timer Hokuyo3dNode::timer_ |
|
protected |
◆ timestamp_base_
◆ timestamp_base_buffer_
| std::deque<ros::Time> Hokuyo3dNode::timestamp_base_buffer_ |
|
protected |
◆ vertical_interlace_
| int Hokuyo3dNode::vertical_interlace_ |
|
protected |
The documentation for this class was generated from the following file: