robot_localization
State Estimation Nodes
navsat_transform_node
Preparing Your Data for Use with robot_localization
Configuring robot_localization
Migrating from robot_pose_ekf
Integrating GPS Data
Lifecycle Node Support
Changelog for package robot_localization
robot_localization
Struct CallbackData
View page source
Struct CallbackData
Defined in
File ros_filter.hpp
Struct Documentation
struct
CallbackData
Public Functions
inline
CallbackData
(
const
std
::
string
&
topic_name
,
const
std
::
vector
<
bool
>
&
update_vector
,
const
int
update_sum
,
const
bool
differential
,
const
bool
relative
,
const
bool
pose_use_child_frame
,
const
double
rejection_threshold
)
Public Members
std
::
string
topic_name_
std
::
vector
<
bool
>
update_vector_
int
update_sum_
bool
differential_
bool
relative_
bool
pose_use_child_frame_
double
rejection_threshold_