#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.
◆ Config
◆ ReconfigureServer
◆ BtaRos()
◆ ~BtaRos()
| bta_tof_driver::BtaRos::~BtaRos |
( |
| ) |
|
|
virtual |
◆ callback()
| 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] | config | a reference to a bta tof driver configuration struct |
| [in] | level | |
Definition at line 85 of file bta_tof_driver.cpp.
◆ close()
| void bta_tof_driver::BtaRos::close |
( |
| ) |
|
◆ connectCamera()
| int bta_tof_driver::BtaRos::connectCamera |
( |
| ) |
|
◆ getDataSize()
| size_t bta_tof_driver::BtaRos::getDataSize |
( |
BTA_DataFormat |
dataFormat | ) |
|
|
private |
◆ getDataType()
| std::string bta_tof_driver::BtaRos::getDataType |
( |
BTA_DataFormat |
dataFormat | ) |
|
|
private |
Returns the data encoding flat based in BTA_DataFormat.
Definition at line 206 of file bta_tof_driver.cpp.
◆ getUnit2Meters()
| 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 223 of file bta_tof_driver.cpp.
◆ infoEventCb()
| static void BTA_CALLCONV bta_tof_driver::BtaRos::infoEventCb |
( |
BTA_EventId |
eventId, |
|
|
int8_t * |
msg |
|
) |
| |
|
inlinestatic |
◆ initialize()
| int bta_tof_driver::BtaRos::initialize |
( |
| ) |
|
◆ parseConfig()
| void bta_tof_driver::BtaRos::parseConfig |
( |
| ) |
|
|
private |
◆ publishData()
| void bta_tof_driver::BtaRos::publishData |
( |
| ) |
|
◆ _xyz
| sensor_msgs::PointCloud2Ptr bta_tof_driver::BtaRos::_xyz |
|
private |
◆ calibFileName_
| std::string bta_tof_driver::BtaRos::calibFileName_ |
|
private |
◆ cim_tof_
◆ config_
| BTA_Config bta_tof_driver::BtaRos::config_ |
|
private |
◆ config_init_
| bool bta_tof_driver::BtaRos::config_init_ |
|
private |
◆ connect_mutex_
| boost::mutex bta_tof_driver::BtaRos::connect_mutex_ |
|
private |
◆ handle_
| BTA_Handle bta_tof_driver::BtaRos::handle_ |
|
private |
◆ it_
◆ nh_
◆ nh_private_
◆ nodeName_
| std::string bta_tof_driver::BtaRos::nodeName_ |
|
private |
◆ pub_amp_
◆ pub_dis_
◆ pub_tf
◆ pub_xyz_
◆ reconfigure_server_
◆ tcpDeviceIpAddr_
| uint8_t bta_tof_driver::BtaRos::tcpDeviceIpAddr_[6] |
|
private |
◆ transformStamped
| geometry_msgs::TransformStamped bta_tof_driver::BtaRos::transformStamped |
|
private |
◆ uartPortName_
| std::string bta_tof_driver::BtaRos::uartPortName_ |
|
private |
◆ udpControlInIpAddr_
| uint8_t bta_tof_driver::BtaRos::udpControlInIpAddr_[6] |
|
private |
◆ udpControlOutIpAddr_
| uint8_t bta_tof_driver::BtaRos::udpControlOutIpAddr_[6] |
|
private |
◆ udpDataIpAddr_
| uint8_t bta_tof_driver::BtaRos::udpDataIpAddr_[6] |
|
private |
The documentation for this class was generated from the following files: