Skip to content

Commit

Permalink
chore(emergency_goal_manager): fix todo
Browse files Browse the repository at this point in the history
Signed-off-by: Makoto Kurihara <[email protected]>
  • Loading branch information
mkuri committed Mar 5, 2024
1 parent 483b14b commit f98a3db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void EmergencyGoalManager::callSetMrmRoutePoints()
request->option.allow_goal_modification = true;

while (!emergency_goals_map_.empty()) {
// TODO: set goals with the highest priority
// TODO(Makoto Kurihara): set goals with the highest priority
auto goals = emergency_goals_map_.begin();

auto sender = goals->first;
Expand Down

0 comments on commit f98a3db

Please sign in to comment.