-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3topic: controlIssues involving control system algorithmsIssues involving control system algorithmstopic: imuIssues related to IMU/gyro/accelerometerIssues related to IMU/gyro/accelerometertopic: sensorsIssues involving sensorsIssues involving sensors
Description
Using the DriveBase with the gyro is very popular on SPIKE with Pybricks. It is also the one feature the EV3 never had.
I would like to explore how well this could work, and have some ideas as to how we can implement it.
Using the internal gyro on SPIKE:
drive_base.use_gyro(true)Possible user API for EV3:
gyro = GyroSensor(Port.S3)
drive_base.use_gyro(gyro)It would come with all the same caveats that the EV3 gyros always had (especially the older type), but it would make life a bit easier.
Metadata
Metadata
Assignees
Labels
platform: EV3Issues related to LEGO MINDSTORMS EV3Issues related to LEGO MINDSTORMS EV3topic: controlIssues involving control system algorithmsIssues involving control system algorithmstopic: imuIssues related to IMU/gyro/accelerometerIssues related to IMU/gyro/accelerometertopic: sensorsIssues involving sensorsIssues involving sensors