Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for proper error handling #340

Open
wants to merge 25 commits into
base: devel
Choose a base branch
from

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    1c0abf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1424c51 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    2074eb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    1138ea9 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    7b30254 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. OReworking the whole thing

    DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5ad1867 View commit details
    Browse the repository at this point in the history
  2. Tailor: Updating Jenkinsfile

    locus-services authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    68759e5 View commit details
    Browse the repository at this point in the history
  3. Fix Ceres 2.0.0 API support (#273)

    * Pass kNumResiduals to the internal AutoDiff function.
    
    Ceres added this argument in ceres-solver/ceres-solver@e7a3035 we need to pass it else template substitution fails.
    
    * Pass kLocalSize instead of kGlobalSize
    
    Upstream commit made me assume kGlobalSize, but that threw at runtime when the tests ran.
    This seems to work, also put a using statement there to make roslint happy.
    
    Co-authored-by: Ivor Wanders <[email protected]>
    2 people authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    234151e View commit details
    Browse the repository at this point in the history
  4. Update changelogs

    garyservin authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9f58fa3 View commit details
    Browse the repository at this point in the history
  5. 0.5.0

    garyservin authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5acee20 View commit details
    Browse the repository at this point in the history
  6. Fix changelog

    garyservin authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    29c19c5 View commit details
    Browse the repository at this point in the history
  7. Update changelogs

    garyservin authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4c2846e View commit details
    Browse the repository at this point in the history
  8. 0.6.0

    garyservin authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    99643f5 View commit details
    Browse the repository at this point in the history
  9. 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 <[email protected]>
    svwilliams authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a2191c2 View commit details
    Browse the repository at this point in the history
  10. Tailor: Updating Jenkinsfile

    locus-services authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c5b462a View commit details
    Browse the repository at this point in the history
  11. Tailor: Updating Jenkinsfile

    locus-services authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5a2138f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    34c5847 View commit details
    Browse the repository at this point in the history
  13. Minor header fixes (#266)

    * Use fuse_macros.h instead of deprecated macros.h
    * Add missed header
    * Sort headers
    efernandez authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ad14fb8 View commit details
    Browse the repository at this point in the history
  14. Add missed geometry_msgs package (#272)

    * Add geometry_msgs as a test_depend.
    * Make geometry_msgs includable.
    
    ---------
    
    Co-authored-by: Ivor Wanders <[email protected]>
    2 people authored and DavidLocus committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2eb4b9a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4bac7e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8021ad7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    317eec9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    7af1e70 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    40d229f View commit details
    Browse the repository at this point in the history
  2. Linting errors

    DavidLocus committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7a0b3d2 View commit details
    Browse the repository at this point in the history