No version for distro humble. Known supported distros are highlighted in the buttons above.

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 rolling
Last Updated 2024-02-27
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

The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.

Additional Links

No additional links.

Maintainers

  • Stephen Williams

Authors

  • Stephen Williams
README
No README found. See repository README.
CHANGELOG

Changelog for package fuse_graphs

1.0.1 (2023-03-03)

1.0.0 (2023-03-03)

  • 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_models: Port fuse_models (#304)

    • Port messages
    • Port fuse_models
    • Fix alloc error and some bugs
    • Wait on result
  • fuse -> ROS 2 fuse_graphs: Linting (#297)

  • fuse -> ROS 2 fuse_graphs : Port fuse_graphs (#289)

  • fuse -> ROS 2 fuse_loss: Port fuse_loss (#287)

  • 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 : Port Time (#283)

  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)

    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)

  • [RST-3474] Created a getConstraintCosts() method

    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)

  • Added a time-limited optimization option to the Graph class (#234)

  • Contributors: Stephen Williams, Tom Moore, methylDragon

0.4.2 (2021-07-20)

  • Adding roslint dependency to fuse_viz (#231)
    • Adding roslint dependency to fuse_viz
    • Silence CMP0048 warnings
  • Contributors: Tom Moore

0.4.1 (2021-07-13)

  • Improve logs on graph update exception thrown (#227) * Catch graph update exceptions and log fatal msg When the graph update method throws an exception the node crashes and there is no way to know what transaction caused the exception because we call notify after successfully updating the graph. This catches any exception thrown by the graph update method and logs a FATAL message that includes the current graph and the new transaction. * Add full stop to exception messages This homogenizes the exception messages from all exceptions thrown by the HashGraph class.

  • Move parameter blocks vector outside loop (#215) This reduces the amount of allocations required, since the same vector and its previously allocated memory is reused among all the graph constraints when the ceres::Problem is created.

  • Add HashGraph::createProblem benchmark (#214)

  • Fix roslint 0.12.0 (#186) * Fix roslint 0.12.0 include_what_you_use warnings Mostly for:

    • std::move -> #include <utility>
    • std::make_shared and similar -> #include <memory>
    • Remove static string variable not permitted by roslint 0.12.0, using a test fixture where needed.
  • Remove variables on hold (#185)

    • Test variables on hold are removed when removing a variable
    • Erase variable on hold when removing variable
  • Add evaluate method to graph (#151)

  • Add fuse_loss pkg with plugin-based loss functions (#118)

  • Removed the explicit \'-std=c++14\' compile flag (#119)

    • Removed the explicit \'-std=c++14\' compile flag
    • Changed the CXX_STANDARD setting to be per-target instead of global
    • Added the CXX_STANDARD_REQUIRED setting to all targets
  • fix compilation in Kinetic (#112)

  • [RST-2438] Make ceres params loaders reusable (#104)

    • Moved the Ceres loadFromROS functions into reusable functions in fuse_core
    • Load solver parameters for the batch optimizer
  • Expose Ceres Solver, Problem and Covariance Options as ROS parameters (#78)

  • [RST-2427] Added a \'source\' field to the constraints. This is an API-breaking change. (#101)

  • [RST-2340] Add serialization support to fuse (#98)

  • Fix -Wall -Wextra warnings in tests (#80)

  • Contributors: Davide Faconti, Enrique Fernandez Perdomo, Stephen Williams

0.4.0 (2019-07-12)

  • Add print method to Graph and HashGraph (#70)
  • Depend on libceres-dev instead of ceres-solver (#71)
  • [RST-2144] Support proper Eigen memory alignment (#65)
  • [RST-2128] Added a \"reset\" service to the fixed lag smoother (#61)
  • Modified Variable class to make the UUID immutable (#55)
  • [RST-1960] Added a tangent/parameter space flag to the covariance function (#50)
  • [RST-1949] Added getConnectedVariables() and getConnectedConstraints() (#45)
  • [RST-1746] Remove the marginalizeVariable() methods from the Graph class. (#44)
  • Contributors: Enrique Fern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged fuse_graphs at Robotics Stack Exchange

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 rolling
Last Updated 2024-02-27
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

The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.

Additional Links

No additional links.

Maintainers

  • Stephen Williams

Authors

  • Stephen Williams
README
No README found. See repository README.
CHANGELOG

Changelog for package fuse_graphs

1.0.1 (2023-03-03)

1.0.0 (2023-03-03)

  • 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_models: Port fuse_models (#304)

    • Port messages
    • Port fuse_models
    • Fix alloc error and some bugs
    • Wait on result
  • fuse -> ROS 2 fuse_graphs: Linting (#297)

  • fuse -> ROS 2 fuse_graphs : Port fuse_graphs (#289)

  • fuse -> ROS 2 fuse_loss: Port fuse_loss (#287)

  • 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 : Port Time (#283)

  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)

    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)

  • [RST-3474] Created a getConstraintCosts() method

    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)

  • Added a time-limited optimization option to the Graph class (#234)

  • Contributors: Stephen Williams, Tom Moore, methylDragon

0.4.2 (2021-07-20)

  • Adding roslint dependency to fuse_viz (#231)
    • Adding roslint dependency to fuse_viz
    • Silence CMP0048 warnings
  • Contributors: Tom Moore

0.4.1 (2021-07-13)

  • Improve logs on graph update exception thrown (#227) * Catch graph update exceptions and log fatal msg When the graph update method throws an exception the node crashes and there is no way to know what transaction caused the exception because we call notify after successfully updating the graph. This catches any exception thrown by the graph update method and logs a FATAL message that includes the current graph and the new transaction. * Add full stop to exception messages This homogenizes the exception messages from all exceptions thrown by the HashGraph class.

  • Move parameter blocks vector outside loop (#215) This reduces the amount of allocations required, since the same vector and its previously allocated memory is reused among all the graph constraints when the ceres::Problem is created.

  • Add HashGraph::createProblem benchmark (#214)

  • Fix roslint 0.12.0 (#186) * Fix roslint 0.12.0 include_what_you_use warnings Mostly for:

    • std::move -> #include <utility>
    • std::make_shared and similar -> #include <memory>
    • Remove static string variable not permitted by roslint 0.12.0, using a test fixture where needed.
  • Remove variables on hold (#185)

    • Test variables on hold are removed when removing a variable
    • Erase variable on hold when removing variable
  • Add evaluate method to graph (#151)

  • Add fuse_loss pkg with plugin-based loss functions (#118)

  • Removed the explicit \'-std=c++14\' compile flag (#119)

    • Removed the explicit \'-std=c++14\' compile flag
    • Changed the CXX_STANDARD setting to be per-target instead of global
    • Added the CXX_STANDARD_REQUIRED setting to all targets
  • fix compilation in Kinetic (#112)

  • [RST-2438] Make ceres params loaders reusable (#104)

    • Moved the Ceres loadFromROS functions into reusable functions in fuse_core
    • Load solver parameters for the batch optimizer
  • Expose Ceres Solver, Problem and Covariance Options as ROS parameters (#78)

  • [RST-2427] Added a \'source\' field to the constraints. This is an API-breaking change. (#101)

  • [RST-2340] Add serialization support to fuse (#98)

  • Fix -Wall -Wextra warnings in tests (#80)

  • Contributors: Davide Faconti, Enrique Fernandez Perdomo, Stephen Williams

0.4.0 (2019-07-12)

  • Add print method to Graph and HashGraph (#70)
  • Depend on libceres-dev instead of ceres-solver (#71)
  • [RST-2144] Support proper Eigen memory alignment (#65)
  • [RST-2128] Added a \"reset\" service to the fixed lag smoother (#61)
  • Modified Variable class to make the UUID immutable (#55)
  • [RST-1960] Added a tangent/parameter space flag to the covariance function (#50)
  • [RST-1949] Added getConnectedVariables() and getConnectedConstraints() (#45)
  • [RST-1746] Remove the marginalizeVariable() methods from the Graph class. (#44)
  • Contributors: Enrique Fern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged fuse_graphs at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.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 2024-04-03
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

The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.

Additional Links

No additional links.

Maintainers

  • Stephen Williams

Authors

  • Stephen Williams
README
No README found. See repository README.
CHANGELOG

Changelog for package fuse_graphs

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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.7.0 (2023-09-25)

  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.8.0 (2024-02-02)

  • 0.7.0
  • Update changelogs
  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.4.2 (2021-07-20)

  • Adding roslint dependency to fuse_viz (#231)
    • Adding roslint dependency to fuse_viz
    • Silence CMP0048 warnings
  • Contributors: Tom Moore

0.4.1 (2021-07-13)

  • Improve logs on graph update exception thrown (#227) * Catch graph update exceptions and log fatal msg When the graph update method throws an exception the node crashes and there is no way to know what transaction caused the exception because we call notify after successfully updating the graph. This catches any exception thrown by the graph update method and logs a FATAL message that includes the current graph and the new transaction. * Add full stop to exception messages This homogenizes the exception messages from all exceptions thrown by the HashGraph class.

  • Move parameter blocks vector outside loop (#215) This reduces the amount of allocations required, since the same vector and its previously allocated memory is reused among all the graph constraints when the ceres::Problem is created.

  • Add HashGraph::createProblem benchmark (#214)

  • Fix roslint 0.12.0 (#186) * Fix roslint 0.12.0 include_what_you_use warnings Mostly for:

    • std::move -> #include <utility>
    • std::make_shared and similar -> #include <memory>
    • Remove static string variable not permitted by roslint 0.12.0, using a test fixture where needed.
  • Remove variables on hold (#185)

    • Test variables on hold are removed when removing a variable
    • Erase variable on hold when removing variable
  • Add evaluate method to graph (#151)

  • Add fuse_loss pkg with plugin-based loss functions (#118)

  • Removed the explicit \'-std=c++14\' compile flag (#119)

    • Removed the explicit \'-std=c++14\' compile flag
    • Changed the CXX_STANDARD setting to be per-target instead of global
    • Added the CXX_STANDARD_REQUIRED setting to all targets
  • fix compilation in Kinetic (#112)

  • [RST-2438] Make ceres params loaders reusable (#104)

    • Moved the Ceres loadFromROS functions into reusable functions in fuse_core
    • Load solver parameters for the batch optimizer
  • Expose Ceres Solver, Problem and Covariance Options as ROS parameters (#78)

  • [RST-2427] Added a \'source\' field to the constraints. This is an API-breaking change. (#101)

  • [RST-2340] Add serialization support to fuse (#98)

  • Fix -Wall -Wextra warnings in tests (#80)

  • Contributors: Davide Faconti, Enrique Fernandez Perdomo, Stephen Williams

0.4.0 (2019-07-12)

  • Add print method to Graph and HashGraph (#70)
  • Depend on libceres-dev instead of ceres-solver (#71)
  • [RST-2144] Support proper Eigen memory alignment (#65)
  • [RST-2128] Added a \"reset\" service to the fixed lag smoother (#61)
  • Modified Variable class to make the UUID immutable (#55)
  • [RST-1960] Added a tangent/parameter space flag to the covariance function (#50)
  • [RST-1949] Added getConnectedVariables() and getConnectedConstraints() (#45)
  • [RST-1746] Remove the marginalizeVariable() methods from the Graph class. (#44)
  • Contributors: Enrique Fern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged fuse_graphs at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.8.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 2024-04-03
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

The fuse_graphs package provides some concrete implementations of the fuse_core::Graph interface.

Additional Links

No additional links.

Maintainers

  • Stephen Williams

Authors

  • Stephen Williams
README
No README found. See repository README.
CHANGELOG

Changelog for package fuse_graphs

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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.7.0 (2023-09-25)

  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.8.0 (2024-02-02)

  • 0.7.0
  • Update changelogs
  • 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
  • [RST-4390] Allow variables to be held constant during optimization (#243)
    • Add support for holding variables constant
    • Create a \'fixed\' landmark
    • Added initial support for marginalizing constant variables
  • Adding doxygen to all packages (#241)
  • [RST-3474] Created a getConstraintCosts() method
    • Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
  • [RST-2831] Support for optimization bounds (#235)
  • Added a time-limited optimization option to the Graph class (#234)
  • Contributors: Gary Servin, Stephen Williams, Tom Moore

0.4.2 (2021-07-20)

  • Adding roslint dependency to fuse_viz (#231)
    • Adding roslint dependency to fuse_viz
    • Silence CMP0048 warnings
  • Contributors: Tom Moore

0.4.1 (2021-07-13)

  • Improve logs on graph update exception thrown (#227) * Catch graph update exceptions and log fatal msg When the graph update method throws an exception the node crashes and there is no way to know what transaction caused the exception because we call notify after successfully updating the graph. This catches any exception thrown by the graph update method and logs a FATAL message that includes the current graph and the new transaction. * Add full stop to exception messages This homogenizes the exception messages from all exceptions thrown by the HashGraph class.

  • Move parameter blocks vector outside loop (#215) This reduces the amount of allocations required, since the same vector and its previously allocated memory is reused among all the graph constraints when the ceres::Problem is created.

  • Add HashGraph::createProblem benchmark (#214)

  • Fix roslint 0.12.0 (#186) * Fix roslint 0.12.0 include_what_you_use warnings Mostly for:

    • std::move -> #include <utility>
    • std::make_shared and similar -> #include <memory>
    • Remove static string variable not permitted by roslint 0.12.0, using a test fixture where needed.
  • Remove variables on hold (#185)

    • Test variables on hold are removed when removing a variable
    • Erase variable on hold when removing variable
  • Add evaluate method to graph (#151)

  • Add fuse_loss pkg with plugin-based loss functions (#118)

  • Removed the explicit \'-std=c++14\' compile flag (#119)

    • Removed the explicit \'-std=c++14\' compile flag
    • Changed the CXX_STANDARD setting to be per-target instead of global
    • Added the CXX_STANDARD_REQUIRED setting to all targets
  • fix compilation in Kinetic (#112)

  • [RST-2438] Make ceres params loaders reusable (#104)

    • Moved the Ceres loadFromROS functions into reusable functions in fuse_core
    • Load solver parameters for the batch optimizer
  • Expose Ceres Solver, Problem and Covariance Options as ROS parameters (#78)

  • [RST-2427] Added a \'source\' field to the constraints. This is an API-breaking change. (#101)

  • [RST-2340] Add serialization support to fuse (#98)

  • Fix -Wall -Wextra warnings in tests (#80)

  • Contributors: Davide Faconti, Enrique Fernandez Perdomo, Stephen Williams

0.4.0 (2019-07-12)

  • Add print method to Graph and HashGraph (#70)
  • Depend on libceres-dev instead of ceres-solver (#71)
  • [RST-2144] Support proper Eigen memory alignment (#65)
  • [RST-2128] Added a \"reset\" service to the fixed lag smoother (#61)
  • Modified Variable class to make the UUID immutable (#55)
  • [RST-1960] Added a tangent/parameter space flag to the covariance function (#50)
  • [RST-1949] Added getConnectedVariables() and getConnectedConstraints() (#45)
  • [RST-1746] Remove the marginalizeVariable() methods from the Graph class. (#44)
  • Contributors: Enrique Fern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged fuse_graphs at Robotics Stack Exchange