Skip to content

Commit

Permalink
Merge pull request #67 from ros-sports/hotfix/get-message-typesupport…
Browse files Browse the repository at this point in the history
…-handle

change rclcpp::get_typesupport_handle to rclcpp::get_message_typesupp…
  • Loading branch information
ijnek authored Oct 30, 2024
2 parents 9c0e17c + 0e6f6ca commit 163aca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Plugin : public PluginInterface
Plugin()
: library(rclcpp::get_typesupport_library(rosidl_generator_traits::name<T>(),
"rosidl_typesupport_cpp")),
stringTypesupport(rclcpp::get_typesupport_handle(rosidl_generator_traits::name<T>(),
stringTypesupport(rclcpp::get_message_typesupport_handle(rosidl_generator_traits::name<T>(),
"rosidl_typesupport_cpp", *library)),
base(stringTypesupport)
{
Expand Down

0 comments on commit 163aca6

Please sign in to comment.