-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add merged odometry to firmware_message_converter (#11)
* Added topic with odometry using wheel odom and imu data Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * added mecanum parameters and odom message header Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * added reset_odometry service Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * include imu bias in merged_odometry Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * fix bias addition problems Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * remove redundant parameters Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * fix usage of non existing fields Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * include firmware/wheel_odom_mecanum topic handling in message converter Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * add parameters regarding firmware/wheel_odom_mecanum topic to config Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove mecanum part of the merged odom Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove usage of undeclared variables Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * format code Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove mecanum parameters from firmware message converter config file Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * implement code review guidelines Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * removed float literals in double variables Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove some more float literals Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * changed variables to doubles Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> --------- Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
- Loading branch information
1 parent
fb06fce
commit f6fc6ee
Showing
1 changed file
with
87 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters