-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for mecanum wheels, add boot state (#7)
* adapt firmware to newest version of diff_drive_lib library Signed-off-by: Aleksander Szymański <[email protected]> * specify max param name length Signed-off-by: Aleksander Szymański <[email protected]> * add more space for micro ROS heap Signed-off-by: Aleksander Szymański <[email protected]> * add mecanum parameters to header files Signed-off-by: Aleksander Szymański <[email protected]> * change default value of angular_velocity_multiplier param Signed-off-by: Aleksander Szymański <[email protected]> * add loading of mecanum params Signed-off-by: Aleksander Szymański <[email protected]> * allocate less memory for micro ros heap Signed-off-by: Aleksander Szymański <[email protected]> * adapt main file for mecanum wheels handling Signed-off-by: Aleksander Szymański <[email protected]> * format code Signed-off-by: Aleksander Szymański <[email protected]> * add return statement at the end of a bool method Signed-off-by: Aleksander Szymański <[email protected]> * fixed reset_board service race condition Signed-off-by: Aleksander Szymański <[email protected]> * Update leo_msgs package * Update parameters * Update max params number * Increase heap size for micro-ros * Allow dynamically changing controller type * Fix default firmware params --------- Signed-off-by: Aleksander Szymański <[email protected]> Co-authored-by: Błażej Sowa <[email protected]>
- Loading branch information
1 parent
5ff26f1
commit b2a0dda
Showing
7 changed files
with
187 additions
and
94 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
Oops, something went wrong.