Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip][STEERING]: Add swerve drive #1148

Closed
wants to merge 2 commits into from

Commits on Jun 8, 2024

  1. Remove front_steering from steering library

    To Accommodate controllers that are not only steering at front or rear
    this change remove the `front_steering` variable from
    steering_controller_library, as a byproduct of that the the notino of
    front or rear wheel radius is also removed from dependant controllers
    and the library has know "wheels" and "steers" joints.
    
    Signed-off-by: Quique Llorente <[email protected]>
    qinqon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c83dce3 View commit details
    Browse the repository at this point in the history
  2. [STEERING]: Add swerve drive

    Signed-off-by: Quique Llorente <[email protected]>
    qinqon committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    5b2ba7f View commit details
    Browse the repository at this point in the history