Skip to content

Commit 6825e88

Browse files
sloretzclalancette
authored andcommitted
rosidl_pycommon import
Signed-off-by: Shane Loretz <[email protected]>
1 parent 5f9af90 commit 6825e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rosidl_generator_cpp/resource/idl__type_support.hpp.em

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@# - content (IdlContent, list of elements, e.g. Messages or Services)
1212
@#######################################################################
1313
@{
14-
from rosidl_cmake import convert_camel_case_to_lower_case_underscore
14+
from rosidl_pycommon import convert_camel_case_to_lower_case_underscore
1515
include_parts = [package_name] + list(interface_path.parents[0].parts) + [
1616
'detail', convert_camel_case_to_lower_case_underscore(interface_path.stem)]
1717
header_guard_variable = '__'.join([x.upper() for x in include_parts]) + \

0 commit comments

Comments
 (0)