Skip to content

Commit

Permalink
Support build with colcon-cargo (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund authored Aug 28, 2023
1 parent b4e7e69 commit c86da63
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rmf_site_editor/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<package format="3">
<name>rmf_site_editor</name>
<version>0.0.1</version>
<description>An editor and visualizer of building environments</description>
<maintainer email="[email protected]">Grey</maintainer>
<license>Apache License 2.0</license>

<depend>rmf_site_format</depend>

<export>
<build_type>ament_cargo</build_type>
</export>
</package>
11 changes: 11 additions & 0 deletions rmf_site_format/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<package format="3">
<name>rmf_site_format</name>
<version>0.0.1</version>
<description>A library with reusable elements for rmf_site</description>
<maintainer email="[email protected]">Grey</maintainer>
<license>Apache License 2.0</license>

<export>
<build_type>ament_cargo</build_type>
</export>
</package>

0 comments on commit c86da63

Please sign in to comment.