File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class Factory : public FactoryInterface
45
45
{
46
46
ts_lib_ = rclcpp::get_typesupport_library (ros2_type_name, " rosidl_typesupport_cpp" );
47
47
if (static_cast <bool >(ts_lib_)) {
48
- type_support_ = rclcpp::get_typesupport_handle (
48
+ type_support_ = rclcpp::get_message_typesupport_handle (
49
49
ros2_type_name, " rosidl_typesupport_cpp" ,
50
50
*ts_lib_);
51
51
}
Original file line number Diff line number Diff line change 19
19
<buildtool_depend >ament_index_python</buildtool_depend >
20
20
<buildtool_depend >python3</buildtool_depend >
21
21
<buildtool_depend >python3-catkin-pkg-modules</buildtool_depend >
22
- <buildtool_depend >rosidl_cmake</buildtool_depend >
23
22
<buildtool_depend >rosidl_parser</buildtool_depend >
23
+ <buildtool_depend >rosidl_pycommon</buildtool_depend >
24
24
25
25
<build_depend >builtin_interfaces</build_depend >
26
26
<build_depend >libboost-dev</build_depend >
Original file line number Diff line number Diff line change 24
24
import genmsg .msg_loader
25
25
26
26
import rosidl_adapter .parser
27
- from rosidl_cmake import expand_template
28
27
import rosidl_parser .parser
28
+ from rosidl_pycommon import expand_template
29
29
30
30
import yaml
31
31
You can’t perform that action at this time.
0 commit comments