Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fuse/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse metapackage.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_constraints/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_constraints</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on \
state variables (absolute constraints) or measurements of the state changes (relative constraints).
Expand Down
2 changes: 1 addition & 1 deletion fuse_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_core</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these
interfaces are provided in other packages.
Expand Down
2 changes: 1 addition & 1 deletion fuse_doc/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_doc</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_doc package provides documentation and examples for the fuse package.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_graphs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_graphs</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_loss/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_loss</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_models/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_models</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>fuse plugins that implement various kinematic and sensor models</description>

<maintainer email="tmoore@locusrobotics.com">Tom Moore</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion fuse_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_msgs</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_msgs package contains messages capable of holding serialized fuse objects.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_optimizers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_optimizers</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_optimizers package provides a set of optimizer implementations. An optimizer is the object responsible \
for coordinating the sensors and motion model inputs, computing the optimal state values, and providing access to \
Expand Down
2 changes: 1 addition & 1 deletion fuse_publishers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_publishers</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_publishers package provides a set of common publisher plugins.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_tutorials/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_tutorials</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
Package containing source code for the fuse tutorials.
</description>
Expand Down
2 changes: 1 addition & 1 deletion fuse_variables/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fuse_variables</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_variables package provides a set of commonly used variable types, such as 2D and 3D positions, \
orientations, velocities, and accelerations.
Expand Down
2 changes: 1 addition & 1 deletion fuse_viz/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>fuse_viz</name>
<version>1.1.5</version>
<version>1.3.0</version>
<description>
The fuse_viz package provides visualization tools for fuse.
</description>
Expand Down
Loading