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

MecanumDriveOdometry to handle odometry estimation of Mecanum wheeled models #486

Merged
merged 21 commits into from
Aug 22, 2023

Commits on Aug 25, 2022

  1. Class ignition::math::MecanumDriveOdometryPrivate to handle Mecanum w…

    …heels odometry
    
    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    54bf59e View commit details
    Browse the repository at this point in the history
  2. Update include/ignition/math/MecanumDriveOdometry.hh

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch and ahcorde committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c4224f9 View commit details
    Browse the repository at this point in the history
  3. Update include/ignition/math/MecanumDriveOdometry.hh

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch and ahcorde committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5e51418 View commit details
    Browse the repository at this point in the history
  4. Update include/ignition/math/MecanumDriveOdometry.hh

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch and ahcorde committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9512875 View commit details
    Browse the repository at this point in the history
  5. Update src/MecanumDriveOdometry.cc

    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch and ahcorde committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6ab64a2 View commit details
    Browse the repository at this point in the history
  6. MecanumDrive doc

    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    113be17 View commit details
    Browse the repository at this point in the history
  7. MecanumDrive doc

    Signed-off-by: danilo_gsch <[email protected]>
    danilogsch committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    1ac66f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

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

Commits on Jun 1, 2023

  1. Update MecanumDriveOdometry.cc

    line length corrections
    danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    320424f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e54f8d View commit details
    Browse the repository at this point in the history
  3. CI workflow: use checkout v3 (gazebosim#519)

    Version v2 of the actions/checkout workflow is
    deprecated, so switch to v3.
    
    Part of gazebo-tooling/release-tools#862.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    aa97e31 View commit details
    Browse the repository at this point in the history
  4. Rename COPYING to LICENSE (gazebosim#521)

    The LICENSE file contained a copy of the stanze
    used at the top of source code files, while the
    actual license was in the COPYING file. So remove
    the stanza and put the actual Apache 2.0 license text
    in LICENSE.
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1b1c6b8 View commit details
    Browse the repository at this point in the history
  5. Custom PID error rate (gazebosim#525)

    * Custom PID error rate
    
    Signed-off-by: Nate Koenig <[email protected]>
    
    * added test
    
    Signed-off-by: Nate Koenig <[email protected]>
    
    ---------
    
    Signed-off-by: Nate Koenig <[email protected]>
    nkoenig authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ea6f2fb View commit details
    Browse the repository at this point in the history
  6. Add option to skip pybind11 and SWIG (gazebosim#480)

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8e77c39 View commit details
    Browse the repository at this point in the history
  7. Disable pybind11 on windows by default (gazebosim#529)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e57cc85 View commit details
    Browse the repository at this point in the history
  8. 🎈 6.14.0 (gazebosim#531)

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey authored and danilogsch committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    8f2c940 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

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

Commits on Aug 15, 2023

  1. Lint

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    241951b View commit details
    Browse the repository at this point in the history
  2. Port changes and tests from muttistefano

    Co-authored-by: muttistefano <[email protected]>
    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll and muttistefano committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b3d4d74 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add accessor and TODO note

    Signed-off-by: Michael Carroll <[email protected]>
    mjcarroll committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6a2af35 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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