Open kendmaclean opened 3 years ago
gear_pybricks does not implement these PID controllers, so Micropython code that looks like it can run on gears_pybricks will not run correctly on EV3
see drive command distance_control
The traveled distance and drive speed are controlled by a PID controller. You can use this attribute to change its settings. See The Control Class for an overview of available methods.
heading_control
The robot turn angle and turn rate are controlled by a PID controller. You can use this attribute to change its settings. See The Control Class for an overview of available methods.
From FLL Challenge FB page: