Skip to content

Commit

Permalink
[wpilib] Remove Shuffleboard API (#7730)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Jan 25, 2025
1 parent 01e71e7 commit adbe95e
Show file tree
Hide file tree
Showing 82 changed files with 56 additions and 6,772 deletions.
5 changes: 0 additions & 5 deletions wpilibc/src/main/native/cpp/IterativeRobotBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "frc/DSControlWord.h"
#include "frc/Errors.h"
#include "frc/livewindow/LiveWindow.h"
#include "frc/shuffleboard/Shuffleboard.h"
#include "frc/smartdashboard/SmartDashboard.h"

using namespace frc;
Expand Down Expand Up @@ -153,7 +152,6 @@ void IterativeRobotBase::LoopFunc() {
} else if (m_lastMode == Mode::kTest) {
if (m_lwEnabledInTest) {
LiveWindow::SetEnabled(false);
Shuffleboard::DisableActuatorWidgets();
}
TestExit();
}
Expand All @@ -171,7 +169,6 @@ void IterativeRobotBase::LoopFunc() {
} else if (mode == Mode::kTest) {
if (m_lwEnabledInTest) {
LiveWindow::SetEnabled(true);
Shuffleboard::EnableActuatorWidgets();
}
TestInit();
m_watchdog.AddEpoch("TestInit()");
Expand Down Expand Up @@ -206,8 +203,6 @@ void IterativeRobotBase::LoopFunc() {
m_watchdog.AddEpoch("SmartDashboard::UpdateValues()");
LiveWindow::UpdateValues();
m_watchdog.AddEpoch("LiveWindow::UpdateValues()");
Shuffleboard::Update();
m_watchdog.AddEpoch("Shuffleboard::Update()");

if constexpr (IsSimulation()) {
HAL_SimPeriodicBefore();
Expand Down
46 changes: 0 additions & 46 deletions wpilibc/src/main/native/cpp/shuffleboard/ComplexWidget.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions wpilibc/src/main/native/cpp/shuffleboard/LayoutType.cpp

This file was deleted.

50 changes: 0 additions & 50 deletions wpilibc/src/main/native/cpp/shuffleboard/RecordingController.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions wpilibc/src/main/native/cpp/shuffleboard/SendableCameraWrapper.cpp

This file was deleted.

92 changes: 0 additions & 92 deletions wpilibc/src/main/native/cpp/shuffleboard/Shuffleboard.cpp

This file was deleted.

This file was deleted.

Loading

0 comments on commit adbe95e

Please sign in to comment.