Skip to content

Commit

Permalink
planner_cspace: reset next_replan_time after waitUntil() (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taka-Kazu authored Jun 21, 2021
1 parent d257671 commit 0323740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planner_cspace/src/planner_3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ class Planner3dNode
waitUntil(next_replan_time, previous_path);

const ros::Time now = ros::Time::now();
next_replan_time = now;

if (has_map_ && !goal_updated_ && has_goal_)
{
Expand Down

0 comments on commit 0323740

Please sign in to comment.