Skip to content

Commit

Permalink
updated package.xml's
Browse files Browse the repository at this point in the history
  • Loading branch information
brandongasser committed Sep 20, 2023
1 parent 7135cdb commit b490e97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/control_pkg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package format="3">
<name>control_pkg</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<description>Robot control</description>
<maintainer email="[email protected]">brandon</maintainer>
<license>TODO: License declaration</license>
<license>MIT</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
4 changes: 2 additions & 2 deletions src/joy_conv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package format="3">
<name>joy_conv</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<description>Drivers for joystick input</description>
<maintainer email="[email protected]">brandon</maintainer>
<license>TODO: License declaration</license>
<license>MIT</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down
4 changes: 2 additions & 2 deletions src/sensors_pkg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<package format="3">
<name>sensors_pkg</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<description>Drivers for sensors</description>
<maintainer email="[email protected]">brandon</maintainer>
<license>TODO: License declaration</license>
<license>MIT</license>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down

0 comments on commit b490e97

Please sign in to comment.