File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -176,17 +176,7 @@ void ParameterHandler::makeParameters(std::shared_ptr<nav2_util::LifecycleNode>
176176
177177void ParameterHandler::sanityCheckParameters ()
178178{
179- if (getValue<bool >(" goalHysteresis.use_euclidean_distance" ) == true &&
180- getValue<bool >(" goalHysteresis.use_roadmap_planner_distance" ) == true )
181- {
182- throw RoadmapExplorerException (
183- " Both use_euclidean_distance and use_roadmap_planner_distance are set to true. Please set only one of them to true." );
184- } else if (getValue<bool >(" goalHysteresis.use_euclidean_distance" ) == false &&
185- getValue<bool >(" goalHysteresis.use_roadmap_planner_distance" ) == false )
186- {
187- throw RoadmapExplorerException (
188- " Both use_euclidean_distance and use_roadmap_planner_distance are set to false. Please set only one of them to true." );
189- }
179+ // currently there are no sanity checks
190180}
191181
192182rcl_interfaces::msg::SetParametersResult ParameterHandler::dynamicReconfigureCallback (
You can’t perform that action at this time.
0 commit comments