Public Member Functions | |
void | cbdCB (const geometry_msgs::PoseStamped &cbd_msg) |
DataTracker (ros::NodeHandle nh) | |
void | fobCB (const asr_msgs::AsrObject &fob_msg) |
void | ptuCB (const sensor_msgs::JointState &ptu_msg) |
void | write () |
Static Public Member Functions | |
static void | spin (DataTracker *obj) |
Public Attributes | |
geometry_msgs::Pose | cbd_pose |
ros::Subscriber | cbd_sub |
std::string | cbd_topic |
int | data_counter |
geometry_msgs::Pose | fob_pose |
ros::Subscriber | fob_sub |
std::string | fob_topic |
ros::NodeHandle | nh |
std::string | output_file_path |
double | pan |
ros::Subscriber | ptu_sub |
std::string | ptu_topic |
double | tilt |
Copyright (c) 2016, Heller Florian, Stöckle Patrick, Wittenbeck Valerij All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition at line 29 of file DataTracker.cpp.
|
inline |
Definition at line 65 of file DataTracker.cpp.
|
inline |
Definition at line 59 of file DataTracker.cpp.
|
inline |
Definition at line 52 of file DataTracker.cpp.
|
inline |
Definition at line 46 of file DataTracker.cpp.
|
inlinestatic |
Definition at line 79 of file DataTracker.cpp.
|
inline |
Definition at line 89 of file DataTracker.cpp.
geometry_msgs::Pose DataTracker::cbd_pose |
Definition at line 42 of file DataTracker.cpp.
ros::Subscriber DataTracker::cbd_sub |
Definition at line 36 of file DataTracker.cpp.
std::string DataTracker::cbd_topic |
Definition at line 38 of file DataTracker.cpp.
int DataTracker::data_counter |
Definition at line 44 of file DataTracker.cpp.
geometry_msgs::Pose DataTracker::fob_pose |
Definition at line 41 of file DataTracker.cpp.
ros::Subscriber DataTracker::fob_sub |
Definition at line 35 of file DataTracker.cpp.
std::string DataTracker::fob_topic |
Definition at line 38 of file DataTracker.cpp.
ros::NodeHandle DataTracker::nh |
Definition at line 31 of file DataTracker.cpp.
std::string DataTracker::output_file_path |
Definition at line 38 of file DataTracker.cpp.
double DataTracker::pan |
Definition at line 40 of file DataTracker.cpp.
ros::Subscriber DataTracker::ptu_sub |
Definition at line 34 of file DataTracker.cpp.
std::string DataTracker::ptu_topic |
Definition at line 38 of file DataTracker.cpp.
double DataTracker::tilt |
Definition at line 40 of file DataTracker.cpp.