![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.2.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-05-30 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.2.3 (2025-05-24)
1.2.2 (2025-04-26)
-
- Added dependencies in required CMakeLists.txt and package.xml files
- Added ament_cmake_ros and gtest_vendor dependencies
* Removed duplicate package depends, alphabetized lists See https://www.linkedin.com/posts/open-source-robotics-foundation_were-looking-for-half-a-dozen-new-open-activity-7317690134764605440-jm3h/ Author: KB1110 <<kartikbakshi10@gmail.com>>
-
Fix build and linter warnings (#405)
-
Port graph printing on optimization failures from ROS1 to ROS2 (#332) Port the printing of the graph and transaction with an optimization failure occurs (#321) from ROS1 to ROS2
-
Port the 'add reset to batch optimizer' patch from ROS 1 to ROS 2 (#361)
-
Fix warning message (#389)
- Fix timestamp format in warning messages
-
Prevent optimizer thread from calling notify on stopped publishers (#393)
- Prevent optimizer thread from calling notify on stopped publishers
- Fix tests
- Fix uncrustify issue
- Contributors: Carlos Mendes, KB1110, Patrick Roncagliolo, Stephen Williams
1.2.1 (2024-09-21)
1.2.0 (2024-05-02)
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
eigen |
libceres-dev |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.2.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-05-30 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.2.3 (2025-05-24)
1.2.2 (2025-04-26)
-
- Added dependencies in required CMakeLists.txt and package.xml files
- Added ament_cmake_ros and gtest_vendor dependencies
* Removed duplicate package depends, alphabetized lists See https://www.linkedin.com/posts/open-source-robotics-foundation_were-looking-for-half-a-dozen-new-open-activity-7317690134764605440-jm3h/ Author: KB1110 <<kartikbakshi10@gmail.com>>
-
Fix build and linter warnings (#405)
-
Port graph printing on optimization failures from ROS1 to ROS2 (#332) Port the printing of the graph and transaction with an optimization failure occurs (#321) from ROS1 to ROS2
-
Port the 'add reset to batch optimizer' patch from ROS 1 to ROS 2 (#361)
-
Fix warning message (#389)
- Fix timestamp format in warning messages
-
Prevent optimizer thread from calling notify on stopped publishers (#393)
- Prevent optimizer thread from calling notify on stopped publishers
- Fix tests
- Fix uncrustify issue
- Contributors: Carlos Mendes, KB1110, Patrick Roncagliolo, Stephen Williams
1.2.1 (2024-09-21)
1.2.0 (2024-05-02)
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
eigen |
libceres-dev |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
-
fuse -> ROS 2 : Port Logging (#279) Co-authored-by: Tom Moore <<tmoore@locusrobotics.com>>
-
Fuse -> ROS 2 fuse_core: Partial port of fuse_core (#281) Co-authored-by: Brett Downing
-
fuse -> ROS 2: Clean up macro usage warnings (#280)
-
fuse -> ROS 2 fuse_msgs : Port package and ignore unported packages for now (#277) Co-authored-by: Tom Moore <<tmoore@locusrobotics.com>>
-
[RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
-
Adding doxygen to all packages
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-10-31 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
1.1.1 (2024-05-02)
- Fix fuse optimizer unit test
(#369)
- Fix fuse optimizer unit test. The rclcpp::wait_for_message call was throwing an exception 'subscription already associated with a wait set'. Switched to a standard subscriber instead.
- Required formatting changes for the lastest version of ROS 2 Rolling (#368)
- Contributors: Stephen Williams
1.1.0 (2024-04-20)
- Port support for Ceres 2.1.0 Manifold class into ROS 2 Rolling
(#366)
- Support gcc12 and ceres 2.1.0
- Add support for the Manifold class when using Ceres Solver version 2.1.0 and above
- General clean up for Ceres 2.2.0 support
- Updated serialization support to be backwards compatible with previously serialized files
- Formatting changes required for ROS 2 Rolling / Ubuntu Noble
- Contributors: Stephen Williams
1.0.1 (2023-03-03)
1.0.0 (2023-03-03)
-
Use upstream rclcpp::node_interfaces::NodeInterfaces (#313)
- Use upstream rclcpp::node_interfaces::NodeInterfaces
* Dereference node arguments to NodeInterfaces ---------Co-authored-by: methylDragon <<methylDragon@gmail.com>>
-
fuse -> ROS 2 fuse_optimizers: Linting (#316)
- Migrate includes
- Create redirection headers
- Uncrustify
- Wrap comments
- Nitpick
- cpplint
* Refinements ---------
-
Use rclcpp::Clock::wait_until_started (#303)
-
fuse -> ROS 2 : Doc Generation (#278)
- Port doc generation and fix package.xml for linting
- Fix small bugs in package.xml
- Use default rosdoc2 settings
- Use default rosdoc2 settings
* Update fuse_doc for rosdoc2 ---------Co-authored-by: Shane Loretz <<sloretz@google.com>>
-
fuse -> ROS 2 fuse_optimizers: Port fuse_optimizers (#307) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Shane Loretz <<shane.loretz@gmail.com>>
-
fuse -> ROS 2 fuse_constraints : Linting (#298)
-
fuse -> ROS 2 fuse_graphs: Linting (#297)
-
fuse -> ROS 2 fuse_variables: Linting (#296)
- Migrate to .hpp files
- Create redirection headers
- Make xmllint and uncrustify happy
- Wrap most comment lines
- Satisfy cpplint
-
fuse -> ROS 2 fuse_core: Linting (#292)
-
fuse -> ROS 2 fuse_core : Parameters and Tests (#286) Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>> Co-authored-by: Ivor Wanders <<ivor@iwanders.net>>
-
fuse -> ROS 2 fuse_core : Nodes and Waitables (#284) Co-authored-by: Brett Downing <<brett@hacodyne.com>> Co-authored-by: Shane Loretz <<sloretz@osrfoundation.org>>
-
fuse -> ROS 2 : Port Time (#283)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
System Dependencies
Name |
---|
boost |
libceres-dev |
eigen |
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.12.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | devel |
Last Updated | 2025-06-07 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
0.5.0 (2022-02-23)
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Stephen Williams, Tom Moore
0.6.0 (2023-02-22)
- 0.5.0
- Update changelogs
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Gary Servin, Stephen Williams, Tom Moore
0.7.0 (2023-09-25)
- Print graph & transaction on optimization failure (#321)
- Update devel to build on Ubuntu Jammy (22.04) (#326)
- Update to C++17 for use with Ubuntu Jammy
- Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
- use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <<wsacul@gmail.com>>
- 0.6.0
- Update changelogs
- 0.5.0
- Update changelogs
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
0.12.0 (2025-06-06)
- Prevent optimization thread from doing its work when a stop was requested (#391)
- Contributors: Carlos Mendes
0.11.0 (2025-02-04)
- Treat external dependencies as system ones (#388)
- Contributors: Gary Servin
0.10.0 (2024-09-16)
- [RST-10727] Publish the start/stop status of the fixed-lag
smoother (#375)
- Add a topic that reports when the optimizer is started or stopped
- [RST-10642] Allow the optimizer to remain disabled at startup
(#374)
- Add ability to leave the fixed-lag smoother stopped on construction
- Don't allow a running instance to be started. Instance must be stopped first.
- RST-10147 - optimizer logging changes (#372)
- Adding some logging to fuse
- Adding same logs to batch optimizer
- Contributors: David Murdoch, Stephen Williams
0.9.0 (2024-06-17)
- Adding stop and start functionality to the fixed lag smoother (#362)
- Adding a pause
- Pr feedback
- Pr Feedback:Adding start stop to batch optimizer
- Removing a debug log I forgot about
- Fixing lint errors
- Add a reset service to the batch optimizer, similar to the fixed-lag smoother (#360)
- Contributors: David Murdoch, Jake McLaughlin
0.8.0 (2024-02-02)
- 0.7.0
- Update changelogs
- Print graph & transaction on optimization failure (#321)
- Update devel to build on Ubuntu Jammy (22.04) (#326)
- Update to C++17 for use with Ubuntu Jammy
- Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
- use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <<wsacul@gmail.com>>
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
fuse_models | |
geometry_msgs | |
nav_msgs | |
roslint | |
rostest | |
diagnostic_updater | |
fuse_constraints | |
fuse_core | |
fuse_graphs | |
fuse_variables | |
pluginlib | |
roscpp | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |
Launch files
Messages
Services
Plugins
Recent questions tagged fuse_optimizers at Robotics Stack Exchange
![]() |
fuse_optimizers package from fuse repofuse fuse_constraints fuse_core fuse_doc fuse_graphs fuse_loss fuse_models fuse_msgs fuse_optimizers fuse_publishers fuse_tutorials fuse_variables fuse_viz |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.12.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/locusrobotics/fuse.git |
VCS Type | git |
VCS Version | devel |
Last Updated | 2025-06-07 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Stephen Williams
Authors
- Stephen Williams
- Tom Moore
Changelog for package fuse_optimizers
0.5.0 (2022-02-23)
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Stephen Williams, Tom Moore
0.6.0 (2023-02-22)
- 0.5.0
- Update changelogs
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Gary Servin, Stephen Williams, Tom Moore
0.7.0 (2023-09-25)
- Print graph & transaction on optimization failure (#321)
- Update devel to build on Ubuntu Jammy (22.04) (#326)
- Update to C++17 for use with Ubuntu Jammy
- Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
- use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <<wsacul@gmail.com>>
- 0.6.0
- Update changelogs
- 0.5.0
- Update changelogs
- [RST-4186] Fix fuse macro names (#263)
- Namespace all macros with the FUSE_ prefix. Mark original macros as deprecated.
- Update all fuse objects to use the new macro names
- Adding doxygen to all packages (#241)
- [RST-3240] Fix how the variables to be marginalized are selected.
- [RST-3451] Cleaned up condition variable usage
- Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
0.12.0 (2025-06-06)
- Prevent optimization thread from doing its work when a stop was requested (#391)
- Contributors: Carlos Mendes
0.11.0 (2025-02-04)
- Treat external dependencies as system ones (#388)
- Contributors: Gary Servin
0.10.0 (2024-09-16)
- [RST-10727] Publish the start/stop status of the fixed-lag
smoother (#375)
- Add a topic that reports when the optimizer is started or stopped
- [RST-10642] Allow the optimizer to remain disabled at startup
(#374)
- Add ability to leave the fixed-lag smoother stopped on construction
- Don't allow a running instance to be started. Instance must be stopped first.
- RST-10147 - optimizer logging changes (#372)
- Adding some logging to fuse
- Adding same logs to batch optimizer
- Contributors: David Murdoch, Stephen Williams
0.9.0 (2024-06-17)
- Adding stop and start functionality to the fixed lag smoother (#362)
- Adding a pause
- Pr feedback
- Pr Feedback:Adding start stop to batch optimizer
- Removing a debug log I forgot about
- Fixing lint errors
- Add a reset service to the batch optimizer, similar to the fixed-lag smoother (#360)
- Contributors: David Murdoch, Jake McLaughlin
0.8.0 (2024-02-02)
- 0.7.0
- Update changelogs
- Print graph & transaction on optimization failure (#321)
- Update devel to build on Ubuntu Jammy (22.04) (#326)
- Update to C++17 for use with Ubuntu Jammy
- Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
- use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <<wsacul@gmail.com>>
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
fuse_models | |
geometry_msgs | |
nav_msgs | |
roslint | |
rostest | |
diagnostic_updater | |
fuse_constraints | |
fuse_core | |
fuse_graphs | |
fuse_variables | |
pluginlib | |
roscpp | |
std_msgs | |
std_srvs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
fuse | |
fuse_tutorials |