Skip to content

Commit

Permalink
Use getParameterName and namespace parameters for publishers
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jan 28, 2023
1 parent 5341a27 commit 13395be
Show file tree
Hide file tree
Showing 18 changed files with 273 additions and 282 deletions.
6 changes: 3 additions & 3 deletions fuse_core/include/fuse_core/ceres_options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void loadCovarianceOptionsFromROS(
node_interfaces::Parameters
> interfaces,
ceres::Covariance::Options & covariance_options,
const std::string & namespace_string = std::string());
const std::string & ns = std::string());

/**
* @brief Populate a ceres::Problem::Options object with information from the parameter server
Expand All @@ -248,7 +248,7 @@ void loadProblemOptionsFromROS(
node_interfaces::Parameters
> interfaces,
ceres::Problem::Options & problem_options,
const std::string & namespace_string = std::string());
const std::string & ns = std::string());

/**
* @brief Populate a ceres::Solver::Options object with information from the parameter server
Expand All @@ -265,7 +265,7 @@ void loadSolverOptionsFromROS(
node_interfaces::Parameters
> interfaces,
ceres::Solver::Options & solver_options,
const std::string & namespace_string = std::string());
const std::string & ns = std::string());

} // namespace fuse_core

Expand Down
Loading

0 comments on commit 13395be

Please sign in to comment.