ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Replying to my own question. I found in the official documentation (here: https://index.ros.org//doc/ros2/Tutorials/Ament-CMake-Documentation/#building-a-library) this:
The ament_export_targets macro (ament_export_interfaces in Eloquent and older) exports the targets for CMake.
This seems to imply that ament_export_targets is a rename of ament_export_interfaces and should now be used instead.