Skip to content
Open
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
51c5c08
Add swerve_drive_controller package with tests and documentation
nitin2606 May 21, 2025
2cb3f0f
Merge branch 'ros-controls:master' into feature/swerve-drive-controller
nitin2606 May 21, 2025
89c269d
Merge branch 'ros-controls:master' into feature/swerve-drive-controller
nitin2606 May 25, 2025
a6b6ac7
Added Swerve Drive In mobile_robot_kinematics.rst and fixed CMakeList…
nitin2606 May 25, 2025
a146ff8
Merge branch 'ros-controls:master' into feature/swerve-drive-controller
nitin2606 May 27, 2025
369bfd3
Merge branch 'master' into feature/swerve-drive-controller
bmagyar Jun 5, 2025
647b161
Apply suggestions from code review
bmagyar Jun 5, 2025
8b72f06
Update swerve_drive_controller/src/swerve_drive_controller.cpp
nitin2606 Jun 24, 2025
ee8d704
Added Swerve Drive Kinematics in mobile_robot_kinematics.rst
nitin2606 May 27, 2025
5b7b077
Changed Wheel and Axle handles to unique_ptr
nitin2606 Jun 24, 2025
7c7c149
Code Refactoring
nitin2606 Jun 24, 2025
d438694
refactor(swervecontroller): optimize SwerveController code structure …
nitin2606 Jun 29, 2025
e4d6f4b
Resolved conflict in documentation
nitin2606 Jul 18, 2025
8e35cec
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Jul 18, 2025
579a7bd
Merge branch 'master' into feature/swerve-drive-controller
bmagyar Jul 22, 2025
42c3328
Fix format
bmagyar Jul 22, 2025
879ecb2
Mofied Joint And Axle Name Variables
nitin2606 Jul 22, 2025
c74b04a
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Jul 22, 2025
ce247f1
Modified CMakeLists.txt
nitin2606 Jul 22, 2025
8eea7b1
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Jul 24, 2025
5df6bf3
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Jul 25, 2025
4a5afae
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Jul 27, 2025
aa2899d
Mentioned swerve_driver_controller in release_notes.rst
nitin2606 Jul 27, 2025
67adf94
Made use of generate parameters library
nitin2606 Jul 27, 2025
3a0714e
Removed unwanted merge
nitin2606 Jul 27, 2025
1b2a6b1
Made parameters read only
nitin2606 Jul 27, 2025
88ed2ba
Update doc/migration.rst
nitin2606 Jul 28, 2025
e9d72bb
Update doc/release_notes.rst
nitin2606 Jul 28, 2025
d4b5d8e
Update swerve_drive_controller/package.xml
nitin2606 Jul 28, 2025
71dd2bc
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Aug 8, 2025
3288507
Update swerve_drive_controller/doc/userdoc.rst
nitin2606 Aug 17, 2025
3daf814
Fixed Failing Linter Jobs
nitin2606 Aug 17, 2025
8c730a7
Update swerve_drive_controller/test/test_swerve_drive_controller.hpp
nitin2606 Aug 18, 2025
a7be47f
Update swerve_drive_controller/CMakeLists.txt
nitin2606 Aug 18, 2025
16d3fa9
Update swerve_drive_controller/CMakeLists.txt
nitin2606 Aug 18, 2025
87ea4e0
Modified Publisher Api, Test Files
nitin2606 Aug 29, 2025
c670b2e
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Aug 29, 2025
66fe918
Merge branch 'master' into feature/swerve-drive-controller
nitin2606 Sep 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/controllers_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Controllers for Wheeled Mobile Robots
Mecanum Drive Controllers <../mecanum_drive_controller/doc/userdoc.rst>
Steering Controllers Library <../steering_controllers_library/doc/userdoc.rst>
Tricycle Controller <../tricycle_controller/doc/userdoc.rst>
Swerve Drive Controller <../swerve_drive_controller/doc/userdoc.rst>

Controllers for Manipulators and Other Robots
*********************************************
Expand Down
476 changes: 476 additions & 0 deletions doc/images/swerve_drive.drawio

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions doc/images/swerve_drive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading