easynav_fusion_localizer: Jazzy
Links
Rosindex
Repository
C++ API
Class Hierarchy
File Hierarchy
Full C++ API
Namespaces
Namespace robot_localization
Classes and Structs
Struct CallbackData
Class FusionLocalizer
Class UkfWrapper
Typedefs
Typedef robot_localization::FilterStateHistoryDeque
Typedef robot_localization::MeasurementHistoryDeque
Typedef robot_localization::MeasurementQueue
Directories
Directory include
Directory easynav_fusion_localizer
Files
File FusionLocalizer.hpp
File ukf_wrapper.hpp
Standard Documents
README
easynav_gps_localizer
Description
Authors and Maintainers
Supported ROS 2 Distributions
Plugin (pluginlib)
Parameters
Interfaces (Topics and Services)
NavState Keys
TF Frames
License
PACKAGE
CHANGELOG
Changelog for package easynav_fusion_localizer
0.0.1 (2025-11-23)
ROS Package Dependencies
rclcpp
rclcpp_lifecycle
easynav_core
easynav_common
easynav_localizer
pluginlib
geographic_msgs
robot_localization
std_srvs
angles
Index
easynav_fusion_localizer: Jazzy
C++ API
Struct CallbackData
View page source
Struct CallbackData
Defined in
File ukf_wrapper.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_