File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed 
src/main/java/org/trigon/hardware/phoenix6 Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 11package  org .trigon .hardware .phoenix6 ;
22
33import  com .ctre .phoenix6 .BaseStatusSignal ;
4- import  com .ctre .phoenix6 .StatusSignal ;
54import  org .littletonrobotics .junction .LogTable ;
65import  org .trigon .hardware .InputsBase ;
76import  org .trigon .hardware .RobotHardwareStats ;
@@ -105,9 +104,6 @@ private void updateSignalsToTable(LogTable table) {
105104
106105        for  (int  i  = firstInputIndex ; i  < firstInputIndex  + numberOfInputs ; i ++) {
107106            final  BaseStatusSignal  signal  = isCanivore  ? CANIVORE_SIGNALS [i ] : RIO_SIGNALS [i ];
108-             if  (signal .getName ().equals ("ClosedLoopReference" )) // This signal isn't updated correctly by `BaseStatusSignal.refreshAll()` for some reason. 
109-                 ((StatusSignal <Double >) signal ).refresh ();
110- 
111107            table .put (signal .getName (), signal .getValueAsDouble ());
112108        }
113109    }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments