Skip to content

Commit

Permalink
Use correct ToDo handle
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert authored and Ozaq committed Jul 26, 2023
1 parent c4dcae8 commit 2adefd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libsimulator/src/GCFMModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ PedestrianUpdate GCFMModel::ComputeNewPosition(
const auto p1 = agent.pos;
Point F_rep;
for(const auto& neighbor : neighborhood) {
// TODO: Only use neighbors who have an unobstructed line of sight to the current agent (TS)
// TODO(schroedtert): Only use neighbors who have an unobstructed line of sight to the
// current agent
if(neighbor.id == agent.id) {
continue;
}
Expand Down

0 comments on commit 2adefd5

Please sign in to comment.