Skip to content

Commit

Permalink
Remove get_service_instance from ros_loader
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
Kenji Miyake committed Sep 28, 2021
1 parent ef0e417 commit 01ee63a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@ def get_message_instance(typestring):
return cls()


def get_service_instance(typestring):
"""If not loaded, loads the specified type.
Then returns an instance of it, or None."""
cls = get_service_class(typestring)
return cls()


def get_service_request_instance(typestring):
cls = get_service_class(typestring)
return cls.Request()
Expand Down

0 comments on commit 01ee63a

Please sign in to comment.