-
Notifications
You must be signed in to change notification settings - Fork 1
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 (#9)
* added system of merged odometry to message converter Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * added required dependencies to package.xml and CMakeLists files Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * changed service request toi shared ptr Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove usage of spin until future complete from callback method Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * increase publishing frequency for merged odometry Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * code format Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * remove const tag from some of the callback methods Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * make PI a global variable Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * fix filling success status in service Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * add callbacks and multihthreaded executor Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * working solution Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * fix missing semicolon Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> --------- Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com>
- Loading branch information
1 parent
fbdacdd
commit f89da43
Showing
3 changed files
with
146 additions
and
8 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
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
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