Skip to content

Commit 1248cff

Browse files
committed
0.10.0
1 parent 9461cfc commit 1248cff

26 files changed

+39
-39
lines changed

fuse/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Changelog for package fuse
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22-
Forthcoming
23-
-----------
22+
0.10.0 (2024-09-16)
23+
-------------------
2424

2525
0.9.0 (2024-06-17)
2626
------------------

fuse/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse metapackage
77
</description>

fuse_constraints/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Changelog for package fuse_constraints
5555
* Adding doxygen to all packages (#241)
5656
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
5757

58-
Forthcoming
59-
-----------
58+
0.10.0 (2024-09-16)
59+
-------------------
6060

6161
0.9.0 (2024-06-17)
6262
------------------

fuse_constraints/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>fuse_constraints</name>
7-
<version>0.9.0</version>
7+
<version>0.10.0</version>
88
<description>
99
The fuse_constraints package provides a set of commonly used constraint types, such as direct measurements on
1010
state variables (absolute constraints) or measurements of the state changes (relative constraints).

fuse_core/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Changelog for package fuse_core
100100
* Added a time-limited optimization option to the Graph class (#234)
101101
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
102102

103-
Forthcoming
104-
-----------
103+
0.10.0 (2024-09-16)
104+
-------------------
105105

106106
0.9.0 (2024-06-17)
107107
------------------

fuse_core/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_core</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_core package provides the base class interfaces for the various fuse components. Concrete implementations of these
77
interfaces are provided in other packages.

fuse_doc/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Changelog for package fuse_doc
2323
* Adding doxygen to all packages (#241)
2424
* Contributors: Gary Servin, Tom Moore
2525

26-
Forthcoming
27-
-----------
26+
0.10.0 (2024-09-16)
27+
-------------------
2828

2929
0.9.0 (2024-06-17)
3030
------------------

fuse_doc/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>fuse_doc</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_doc package provides documentation and examples for the fuse package.
77
</description>

fuse_graphs/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Changelog for package fuse_graphs
6060
* Added a time-limited optimization option to the Graph class (#234)
6161
* Contributors: Gary Servin, Stephen Williams, Tom Moore
6262

63-
Forthcoming
64-
-----------
63+
0.10.0 (2024-09-16)
64+
-------------------
6565

6666
0.9.0 (2024-06-17)
6767
------------------

fuse_graphs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>fuse_graphs</name>
7-
<version>0.9.0</version>
7+
<version>0.10.0</version>
88
<description>
99
The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.
1010
</description>

fuse_loss/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Changelog for package fuse_loss
2727
* Adding doxygen to all packages (#241)
2828
* Contributors: Gary Servin, Stephen Williams, Tom Moore
2929

30-
Forthcoming
31-
-----------
30+
0.10.0 (2024-09-16)
31+
-------------------
3232

3333
0.9.0 (2024-06-17)
3434
------------------

fuse_loss/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_loss</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_loss package provides a set of commonly used loss functions, such as the basic ones provided by Ceres.
77
</description>

fuse_models/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Changelog for package fuse_models
4747
* [RST-3451] Delay some transform warnings so startup is less chatty
4848
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore, fabianhirmann
4949

50-
Forthcoming
51-
-----------
50+
0.10.0 (2024-09-16)
51+
-------------------
5252

5353
0.9.0 (2024-06-17)
5454
------------------

fuse_models/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>fuse_models</name>
7-
<version>0.9.0</version>
7+
<version>0.10.0</version>
88
<description>fuse plugins that implement various kinematic and sensor models</description>
99

1010
<author email="[email protected]">Tom Moore</author>

fuse_msgs/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Changelog for package fuse_msgs
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22-
Forthcoming
23-
-----------
22+
0.10.0 (2024-09-16)
23+
-------------------
2424

2525
0.9.0 (2024-06-17)
2626
------------------

fuse_msgs/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_msgs</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_msgs package contains messages capable of holding serialized fuse objects
77
</description>

fuse_optimizers/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Changelog for package fuse_optimizers
4343
* [RST-3451] Cleaned up condition variable usage
4444
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
4545

46-
Forthcoming
47-
-----------
46+
0.10.0 (2024-09-16)
47+
-------------------
4848
* [RST-10727] Publish the start/stop status of the fixed-lag smoother (#375)
4949
* Add a topic that reports when the optimizer is started or stopped
5050
* [RST-10642] Allow the optimizer to remain disabled at startup (#374)

fuse_optimizers/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_optimizers</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_optimizers package provides a set of optimizer implementations. An optimizer is the object responsible
77
for coordinating the sensors and motion model inputs, computing the optimal state values, and providing access to

fuse_publishers/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Changelog for package fuse_publishers
3939
* Adding doxygen to all packages (#241)
4040
* Contributors: Gary Servin, Stephen Williams, Tom Moore
4141

42-
Forthcoming
43-
-----------
42+
0.10.0 (2024-09-16)
43+
-------------------
4444

4545
0.9.0 (2024-06-17)
4646
------------------

fuse_publishers/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_publishers</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_publishers package provides a set of common publisher plugins.
77
</description>

fuse_tutorials/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Changelog for package fuse_tutorials
4747
* Create a new sensor type with a non-trivial measurement function, a new publisher to visualize the results, and a simplistic robot simulator to demonstrate the sensor in action.
4848
* Contributors: Gary Servin, Paul Bovbel, Stephen Williams
4949

50-
Forthcoming
51-
-----------
50+
0.10.0 (2024-09-16)
51+
-------------------
5252

5353
0.9.0 (2024-06-17)
5454
------------------

fuse_tutorials/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>fuse_tutorials</name>
7-
<version>0.9.0</version>
7+
<version>0.10.0</version>
88
<description>
99
Package containing source code for the fuse tutorials
1010
</description>

fuse_variables/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Changelog for package fuse_variables
7070
Co-authored-by: Jake McLaughlin <[email protected]>
7171
* Contributors: Gary Servin, Stephen Williams, Tom Moore
7272

73-
Forthcoming
74-
-----------
73+
0.10.0 (2024-09-16)
74+
-------------------
7575

7676
0.9.0 (2024-06-17)
7777
------------------

fuse_variables/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_variables</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_variables package provides a set of commonly used variable types, such as 2D and 3D positions,
77
orientations, velocities, and accelerations.

fuse_viz/CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Changelog for package fuse_viz
3030
* Adding doxygen to all packages (#241)
3131
* Contributors: Gary Servin, Stephen Williams, Tom Moore
3232

33-
Forthcoming
34-
-----------
33+
0.10.0 (2024-09-16)
34+
-------------------
3535

3636
0.9.0 (2024-06-17)
3737
------------------

fuse_viz/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>fuse_viz</name>
4-
<version>0.9.0</version>
4+
<version>0.10.0</version>
55
<description>
66
The fuse_viz package provides visualization tools for fuse.
77
</description>

0 commit comments

Comments
 (0)