-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mecanum wheels control in firmware (#1)
* made firmware compatible with the newest diff_drive_lib library Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * robot interface changes Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * added mecanum required parameters and made firmware use generic controller Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * Changed wheel_odom to include linear speed y and added use of mecanum controller Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * added loading mecanum parameters Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * include mecanum_controller in the configuration header file Signed-off-by: Bitterisland6 <bitterisland6@gmail.com> * added separate odometry topic for mecanum wheels Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * updated platformio.ini file to include newest libries Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * format code Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * implemented most of the code review guidelines Signed-off-by: Aleksander Szymański <bitterisland6@gmail.com> * added missing includes 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
f064cb5
commit 4b87e01
Showing
6 changed files
with
101 additions
and
48 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
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