Skip to content

Commit

Permalink
Add TODO comment to PedestrianBehavior class
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Feb 20, 2024
1 parent 4c490fe commit f7dd837
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion robot_sf/ped_npc/ped_behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@


class PedestrianBehavior(Protocol):
# TODO: What is the purpose of this class?
"""
!!! Not Implemented !!!
TODO: What is the purpose of this class?
"""
def step(self):
raise NotImplementedError()

Expand Down

0 comments on commit f7dd837

Please sign in to comment.