Conversation
may need to review imports in LedStrip.java
|
@abi-appusamy9932 Ok the issue with the LED library code, I believe, is that you need to call the updates in a subsystem periodic for it to do anything. You create the LEDStrip in RobotContainer (line 51/52) LEDStrip is a subsystem (so should have its periodic ) That periodic updates io (which is LedIOCANdle class). There isn't anything in any of the periodics to call sendSolidColor() or applyEffects(). You probably need to add an update method to the ledIOCANDle that is called in the LEDStrip.Periodic() that can make sure either the sendSolidColor or the applyEffect functions are called. |
…loy/apriltag/practice_map.json
No description provided.