We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rosidl_target_interfaces was deprecated in favor of rosidl_get_typesupport_target in ros2/rosidl#606, so the latter should be used in the "3.3 Link against the interface" section of the "Expanding on ROS 2 interfaces" tutorial page.
rosidl_target_interfaces
rosidl_get_typesupport_target
The following change should suffice:
< rosidl_target_interfaces(publish_address_book < ${PROJECT_NAME} "rosidl_typesupport_cpp") --- > rosidl_get_typesupport_target(cpp_typesupport_target > ${PROJECT_NAME} "rosidl_typesupport_cpp") > > target_link_libraries(publish_address_book "${cpp_typesupport_target}")
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
rosidl_target_interfaces
was deprecated in favor ofrosidl_get_typesupport_target
in ros2/rosidl#606, so the latter should be used in the "3.3 Link against the interface" section of the "Expanding on ROS 2 interfaces" tutorial page.The following change should suffice:
The text was updated successfully, but these errors were encountered: