Skip to content

Commit

Permalink
Update smac_planner_hybrid.cpp (#3760)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Aug 16, 2023
1 parent f1f968b commit 4b6ddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_smac_planner/src/smac_planner_hybrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ void SmacPlannerHybrid::deactivate()
_raw_plan_publisher->on_deactivate();
if (_debug_visualizations) {
_expansions_publisher->on_deactivate();
_planned_footprints_publisher->on_activate();
_planned_footprints_publisher->on_deactivate();
}
if (_costmap_downsampler) {
_costmap_downsampler->on_deactivate();
Expand Down

0 comments on commit 4b6ddeb

Please sign in to comment.