Skip to content

Commit

Permalink
Revert "Fix segfault in test_planner_random_node (#1694)"
Browse files Browse the repository at this point in the history
This reverts commit 07312bb.
  • Loading branch information
AlexeyMerzlyakov committed May 12, 2020
1 parent b03b048 commit 6b380f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion nav2_system_tests/src/planning/planner_tester.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ void PlannerTester::deactivate()
spin_thread_.reset();

auto state = rclcpp_lifecycle::State();
planner_tester_->onDeactivate(state);
planner_tester_->onCleanup(state);

map_timer_.reset();
Expand Down
5 changes: 0 additions & 5 deletions nav2_system_tests/src/planning/planner_tester.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ class NavFnPlannerTester : public nav2_planner::PlannerServer
on_activate(state);
}

void onDeactivate(const rclcpp_lifecycle::State & state)
{
on_deactivate(state);
}

void onConfigure(const rclcpp_lifecycle::State & state)
{
on_configure(state);
Expand Down

0 comments on commit 6b380f6

Please sign in to comment.