#include <bta_tof_driver.hpp>
|
static void BTA_CALLCONV | infoEventCb (BTA_EventId eventId, int8_t *msg) |
|
|
void | callback (bta_tof_driver::bta_tof_driverConfig &config, uint32_t level) |
| Callback for rqt_reconfigure. It is called any time we change a parameter in the visual interface. More...
|
|
size_t | getDataSize (BTA_DataFormat dataFormat) |
| Returns the size of the data based in BTA_DataFormat. More...
|
|
std::string | getDataType (BTA_DataFormat dataFormat) |
| Returns the data encoding flat based in BTA_DataFormat. More...
|
|
float | getUnit2Meters (BTA_Unit unit) |
| Gives the conversion value to meters from the BTA_Unit. More...
|
|
void | parseConfig () |
| Reads configuration from the server parameters. More...
|
|
Definition at line 83 of file bta_tof_driver.hpp.
bta_tof_driver::BtaRos::~BtaRos |
( |
| ) |
|
|
virtual |
void bta_tof_driver::BtaRos::callback |
( |
bta_tof_driver::bta_tof_driverConfig & |
config, |
|
|
uint32_t |
level |
|
) |
| |
|
private |
Callback for rqt_reconfigure. It is called any time we change a parameter in the visual interface.
- Parameters
-
[in] | bta_tof_driver::bta_tof_driverConfig | |
[in] | uint32_t | |
Definition at line 101 of file bta_tof_driver.cpp.
void bta_tof_driver::BtaRos::close |
( |
| ) |
|
int bta_tof_driver::BtaRos::connectCamera |
( |
| ) |
|
size_t bta_tof_driver::BtaRos::getDataSize |
( |
BTA_DataFormat |
dataFormat | ) |
|
|
private |
std::string bta_tof_driver::BtaRos::getDataType |
( |
BTA_DataFormat |
dataFormat | ) |
|
|
private |
Returns the data encoding flat based in BTA_DataFormat.
Definition at line 218 of file bta_tof_driver.cpp.
float bta_tof_driver::BtaRos::getUnit2Meters |
( |
BTA_Unit |
unit | ) |
|
|
private |
Gives the conversion value to meters from the BTA_Unit.
- Parameters
-
- Returns
- the value to multiply to the data.
Definition at line 232 of file bta_tof_driver.cpp.
static void BTA_CALLCONV bta_tof_driver::BtaRos::infoEventCb |
( |
BTA_EventId |
eventId, |
|
|
int8_t * |
msg |
|
) |
| |
|
inlinestatic |
int bta_tof_driver::BtaRos::initialize |
( |
| ) |
|
void bta_tof_driver::BtaRos::parseConfig |
( |
| ) |
|
|
private |
void bta_tof_driver::BtaRos::publishData |
( |
| ) |
|
sensor_msgs::PointCloud2Ptr bta_tof_driver::BtaRos::_xyz |
|
private |
std::string bta_tof_driver::BtaRos::calibFileName_ |
|
private |
BTA_Config bta_tof_driver::BtaRos::config_ |
|
private |
bool bta_tof_driver::BtaRos::config_init_ |
|
private |
boost::mutex bta_tof_driver::BtaRos::connect_mutex_ |
|
private |
BTA_Handle bta_tof_driver::BtaRos::handle_ |
|
private |
std::string bta_tof_driver::BtaRos::nodeName_ |
|
private |
uint8_t bta_tof_driver::BtaRos::tcpDeviceIpAddr_[6] |
|
private |
geometry_msgs::TransformStamped bta_tof_driver::BtaRos::transformStamped |
|
private |
std::string bta_tof_driver::BtaRos::uartPortName_ |
|
private |
uint8_t bta_tof_driver::BtaRos::udpControlInIpAddr_[6] |
|
private |
uint8_t bta_tof_driver::BtaRos::udpControlOutIpAddr_[6] |
|
private |
uint8_t bta_tof_driver::BtaRos::udpDataIpAddr_[6] |
|
private |
The documentation for this class was generated from the following files: