mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Fixup maven publishing (#8753)
This primarily fixes up the bazel publishing to match the gradle publishing again, as some new libraries were added but not hooked up to the maven publishing. During the process, I noticed that the 3rd party libraries (googletest, catch2, and imgui_suite) were still getting published on the old `edu.wpi` namespace. I tried to clean up all the other references to that that I could. Note: opencv and libssh are handled outside `allwpilib` so they need to be updated separately.
This commit is contained in:
@@ -55,8 +55,8 @@ class RobotContainer:
|
||||
def configureButtonBindings(self) -> None:
|
||||
"""Use this method to define your button->command mappings. Buttons can be created by
|
||||
instantiating a {GenericHID} or one of its subclasses
|
||||
({edu.wpi.first.wpilibj.Joystick} or {XboxController}), and then calling passing it to a
|
||||
{edu.wpi.first.wpilibj2.command.button.JoystickButton}.
|
||||
({org.wpilib.driverstation.Joystick} or {XboxController}), and then calling passing it to a
|
||||
{org.wpilib.command2.button.JoystickButton}.
|
||||
"""
|
||||
|
||||
def getAutonomousCommand(self) -> commands2.Command:
|
||||
|
||||
Reference in New Issue
Block a user