Struct HashGraphParams

Struct Documentation

struct HashGraphParams

Defines the set of parameters required by the fuse_graphs::HashGraph class.

Public Functions

inline void loadFromROS(fuse_core::node_interfaces::NodeInterfaces<fuse_core::node_interfaces::Parameters> interfaces)

Method for loading parameter values from ROS.

Parameters:

interfaces[in] - The node interfaces with which to load parameters

Public Members

ceres::Problem::Options problem_options

Ceres Problem::Options object that controls various aspects of the optimization problem.

See https://ceres-solver.googlesource.com/ceres-solver/+/master/include/ceres/problem.h#123