Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
remove service check for feedback suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 27, 2018
1 parent 9b1a3a6 commit 7116703
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ if header_filename.endswith('__goal'):
header_filename = header_filename[:-6]
elif header_filename.endswith('__result'):
header_filename = header_filename[:-8]
elif header_filename.endswith('__feedback'):
header_filename = header_filename[:-10]
}@
#include "@(spec.pkg_name)/@(subfolder)/@(header_filename)__struct.hpp"
@{req_header_file_name = get_header_filename_from_msg_name(spec.srv_name + '_Request')}@
Expand Down

0 comments on commit 7116703

Please sign in to comment.