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

Add merged odometry to firmware_message_converter #11

Merged
merged 18 commits into from
Aug 2, 2023
Merged

Commits on Jul 3, 2023

  1. Added topic with odometry using wheel odom and imu data

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d57b5b7 View commit details
    Browse the repository at this point in the history
  2. added mecanum parameters and odom message header

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    44d8341 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. added reset_odometry service

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0a0f2f6 View commit details
    Browse the repository at this point in the history
  2. include imu bias in merged_odometry

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d5c309e View commit details
    Browse the repository at this point in the history
  3. fix bias addition problems

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bde8c34 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. remove redundant parameters

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9533d17 View commit details
    Browse the repository at this point in the history
  2. fix usage of non existing fields

    Signed-off-by: Bitterisland6 <[email protected]>
    Bitterisland6 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7a8a053 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    da74862 View commit details
    Browse the repository at this point in the history
  2. add parameters regarding firmware/wheel_odom_mecanum topic to config

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7fb70e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. remove mecanum part of the merged odom

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9d22814 View commit details
    Browse the repository at this point in the history
  2. remove usage of undeclared variables

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eaa90a7 View commit details
    Browse the repository at this point in the history
  3. format code

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    46e386d View commit details
    Browse the repository at this point in the history
  4. remove mecanum parameters from firmware message converter config file

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a0689d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b8b4c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. implement code review guidelines

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2295653 View commit details
    Browse the repository at this point in the history
  2. removed float literals in double variables

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ad00f57 View commit details
    Browse the repository at this point in the history
  3. remove some more float literals

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b57fbb7 View commit details
    Browse the repository at this point in the history
  4. changed variables to doubles

    Signed-off-by: Aleksander Szymański <[email protected]>
    Bitterisland6 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    281fa26 View commit details
    Browse the repository at this point in the history