Skip to content

Commit

Permalink
remvoe unused function definitions
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Mar 22, 2024
1 parent 2b6f29a commit 024421c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,16 +467,8 @@ class EntityManager
return dynamic_cast<EntityType const *>(entities_.at(name).get());
}

bool isEgo(const std::string & name) const;

bool isEgoSpawned() const;

bool isVehicle(const std::string & name) const;

bool isPedestrian(const std::string & name) const;

bool isMiscObject(const std::string & name) const;

const std::string getEgoName() const;

bool isInLanelet(const std::string & name, const lanelet::Id lanelet_id, const double tolerance);
Expand Down

0 comments on commit 024421c

Please sign in to comment.