You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/cmake.md
+4
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,11 @@ install(
107
107
It is generally best practice to put messages in separate packages, but sometimes,
108
108
especially for drivers, you want the messages in the same package.
109
109
110
+
The following example worked in earlier versions of ROS2 - but the syntax has changed
111
+
See the [Implementing custom interfaces tutorial](https://docs.ros.org/en/rolling/Tutorials/Beginner-Client-Libraries/Single-Package-Define-And-Use-Interface.html#link-against-the-interface) for newer ROS2 distributions.
112
+
110
113
```cmake
114
+
# Note: this WILL NOT work in ROS2 Humble or later
0 commit comments