Definition at line 57 of file estimator.cpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW flyer_est::Estimator::Estimator | ( | ) | [inline] |
Definition at line 105 of file estimator.cpp.
void flyer_est::Estimator::calcAngularVelocity | ( | const tf::Quaternion & | cur_quat, |
const tf::Quaternion & | prev_quat, | ||
const Eigen::Vector4d & | prev_quat_deriv, | ||
const double | dt, | ||
Eigen::Vector4d & | new_quat_deriv, | ||
Eigen::Vector3d & | new_ang_vel | ||
) | [inline, private] |
Definition at line 277 of file estimator.cpp.
void flyer_est::Estimator::calcVelocity | ( | const double & | current_x, |
const double & | current_y, | ||
const double & | current_z, | ||
const double | dt, | ||
double & | new_vx, | ||
double & | new_vy, | ||
double & | new_vz | ||
) | [inline, private] |
Definition at line 308 of file estimator.cpp.
void flyer_est::Estimator::diagnostics | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | [inline, private] |
Definition at line 267 of file estimator.cpp.
void flyer_est::Estimator::getTransforms | ( | const ros::TimerEvent & | event | ) | [inline] |
Definition at line 155 of file estimator.cpp.
void flyer_est::Estimator::mainCallback | ( | const ros::TimerEvent & | e | ) | [inline, private] |
Definition at line 344 of file estimator.cpp.
void flyer_est::Estimator::onInit | ( | ) | [inline, virtual] |
Implements nodelet::Nodelet.
Definition at line 118 of file estimator.cpp.
void flyer_est::Estimator::transformCallback | ( | const geometry_msgs::TransformStampedConstPtr & | msg | ) | [inline, private] |
Definition at line 197 of file estimator.cpp.
double flyer_est::Estimator::ang_vel_filt_a [private] |
Definition at line 74 of file estimator.cpp.
double flyer_est::Estimator::ang_vel_filt_b [private] |
Definition at line 75 of file estimator.cpp.
diagnostic_updater::Updater flyer_est::Estimator::diag_updater [private] |
Definition at line 63 of file estimator.cpp.
string flyer_est::Estimator::flyer_imu_tf_node [private] |
Definition at line 87 of file estimator.cpp.
string flyer_est::Estimator::flyer_vicon_tf_node [private] |
Definition at line 88 of file estimator.cpp.
double flyer_est::Estimator::freq [private] |
Definition at line 69 of file estimator.cpp.
diagnostic_updater::FrequencyStatus flyer_est::Estimator::freq_status [private] |
Definition at line 66 of file estimator.cpp.
Definition at line 85 of file estimator.cpp.
Definition at line 89 of file estimator.cpp.
Definition at line 100 of file estimator.cpp.
Definition at line 91 of file estimator.cpp.
double flyer_est::Estimator::last_transform_age [private] |
Definition at line 90 of file estimator.cpp.
bool flyer_est::Estimator::main_cb_first_time [private] |
Definition at line 98 of file estimator.cpp.
ros::Timer flyer_est::Estimator::main_timer [private] |
Definition at line 84 of file estimator.cpp.
double flyer_est::Estimator::max_dt [private] |
Definition at line 99 of file estimator.cpp.
double flyer_est::Estimator::max_freq [private] |
Definition at line 65 of file estimator.cpp.
Definition at line 102 of file estimator.cpp.
double flyer_est::Estimator::min_freq [private] |
Definition at line 64 of file estimator.cpp.
ros::NodeHandle flyer_est::Estimator::nh [private] |
Definition at line 60 of file estimator.cpp.
ros::NodeHandle flyer_est::Estimator::nh_priv [private] |
Definition at line 61 of file estimator.cpp.
Definition at line 78 of file estimator.cpp.
Definition at line 95 of file estimator.cpp.
Eigen::Vector4d flyer_est::Estimator::prev_quat_deriv [private] |
Definition at line 96 of file estimator.cpp.
Definition at line 101 of file estimator.cpp.
nav_msgs::Odometry flyer_est::Estimator::state_msg [private] |
Definition at line 94 of file estimator.cpp.
boost::mutex flyer_est::Estimator::state_mutex [private] |
Definition at line 97 of file estimator.cpp.
Definition at line 93 of file estimator.cpp.
Definition at line 92 of file estimator.cpp.
Definition at line 82 of file estimator.cpp.
Definition at line 80 of file estimator.cpp.
string flyer_est::Estimator::transform_topic [private] |
Definition at line 68 of file estimator.cpp.
Definition at line 76 of file estimator.cpp.
double flyer_est::Estimator::xy_vel_filt_a [private] |
Definition at line 70 of file estimator.cpp.
double flyer_est::Estimator::xy_vel_filt_b [private] |
Definition at line 71 of file estimator.cpp.
double flyer_est::Estimator::z_vel_filt_a [private] |
Definition at line 72 of file estimator.cpp.
double flyer_est::Estimator::z_vel_filt_b [private] |
Definition at line 73 of file estimator.cpp.