Skip to content

Commit

Permalink
fix(package.xml): upgrade to version 3
Browse files Browse the repository at this point in the history
to allow for new features like conditional depends accoring to rep [0149].
We use this to differentiate between dependencies required on robots and in
the simulation.

[149]: https://www.ros.org/reps/rep-0149.html
  • Loading branch information
texhnolyze committed Apr 29, 2023
1 parent d2dbb3f commit 7b5148c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bitbots_localization/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bitbots_localization</name>
<version>0.4.1</version>
Expand Down
5 changes: 3 additions & 2 deletions bitbots_localization_handler/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<package format="2">
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bitbots_localization_handler</name>
<version>1.0.0</version>
<description>The bitbots_localization_handler uses high level information to improve
Expand Down
4 changes: 3 additions & 1 deletion bitbots_visual_compass/package.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<package format="2">
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bitbots_visual_compass</name>
<version>0.1.0</version>
<description>The visual_compass package</description>
Expand Down

0 comments on commit 7b5148c

Please sign in to comment.