When I modify the linear scalar in the sample tele-op program, the read distance changes. However, the same does not happen in auto. I’ve tried moving the robot at different speeds both in auto and teleop with no different results.
What is interesting is that the Y value in auto is off precisely by the linear scalar value in teleop (1.04), except that I have set the value in auto to 1.04 already.
I’m not seeing a tele-op example…and even less in the blockly editor
Just based on what I’m reading in this thread, it sounds like auto mode is not modifiable? That might make sense, being as it is supposed to do so automatically with default values
Can you please verify that the sample OpMode works as expected? If changing the scalar works there, then I suspect the problem is somewhere in your code.
Since you’re using Blocks, could you please share screenshots of any code related to the Optical Odometry Sensor? My guess is that you’re either not setting the scalar correctly, or something is overriding it.