Skip to content

Commit

Permalink
Update smac_planner_hybrid.cpp (ros-navigation#3760)
Browse files Browse the repository at this point in the history
Signed-off-by: enricosutera <[email protected]>
  • Loading branch information
SteveMacenski authored and enricosutera committed May 19, 2024
1 parent 6f06e13 commit 4fb3596
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 4fb3596

Please sign in to comment.