mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Disable CANJaguar current PID test
The hardware setup makes this test basically useless Change-Id: I40287313a1928dda897c8e35922216d44ab089d2
This commit is contained in:
@@ -308,7 +308,7 @@ TEST_F(CANJaguarTest, PositionModeWorks) {
|
||||
* Test if we can set a current setpoint with PID control on the Jaguar and get
|
||||
* a corresponding output current
|
||||
*/
|
||||
TEST_F(CANJaguarTest, CurrentModeWorks) {
|
||||
TEST_F(CANJaguarTest, DISABLED_CurrentModeWorks) {
|
||||
m_jaguar->SetCurrentMode(10.0, 4.0, 1.0);
|
||||
m_jaguar->EnableControl();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user