Shuffleboard loop overruns

Getting this message repeatedly…

Shuffleboard.update(): 0.024783s

This is a sample of what we are doing probably ~30 times… for different values.

m_testTargetYaw = m_shuffleboardTab.add("Test Target Yaw", 0).withWidget(BuiltInWidgets.kNumberSlider)
                .withSize(3, 1)
                .withPosition(2, 0).withProperties(Map.of("min", -100.0, "max", 100.0)).getEntry();

We only create the values once… Any ideas? When we take them out it works fine.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.