Skip to content

Commit

Permalink
initialize last_oscillation_pose_
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and corot committed Nov 23, 2023
1 parent c02460e commit f04bc20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbf_abstract_nav/src/move_base_action.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ void MoveBaseAction::start(GoalHandle &goal_handle)
return;
}
goal_pose_ = goal.target_pose;
last_oscillation_pose_ = robot_pose_;

// wait for server connections
if (!action_client_get_path_.waitForServer(connection_timeout) ||
Expand Down

0 comments on commit f04bc20

Please sign in to comment.