Skip to content

Commit aa4bfb6

Browse files
lsk567claude
andcommitted
Fix malformed package.xml for ROS2 colcon builds
The package.xml had two <package> root elements which is invalid XML. This caused colcon to fail to parse it, preventing ROS2 builds from finding the reactor-cpp package. Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d568ddd commit aa4bfb6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

package.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,3 @@
1010
<build_type>cmake</build_type>
1111
</export>
1212
</package>
13-
<package format="3">
14-
<name>reactor-cpp-foo</name>
15-
<version>0.0.0</version>
16-
<description>A C++ reactor runtime</description>
17-
<maintainer email="[email protected]">user</maintainer>
18-
<license>ISC License</license>
19-
<export>
20-
<build_type>cmake</build_type>
21-
</export>
22-
</package>

0 commit comments

Comments
 (0)