Simple Mecanum Drive
A minimal Mecanum drive implementation that does not include a RoadRunner configuration. This is useful for implementations where localizer information is not required at all times, such as in TeleOp, and RoadRunner features are not required to be active.
Author
Lucas Bubner, 2024
Since
6.0.0
Inherited properties
Link copied to clipboard
Link copied to clipboard
Get a reference to the currently running BunyipsOpMode.
Functions
Link copied to clipboard
Calculate the first derivative of the accumulated pose from an internal localizer.
Link copied to clipboard
Link copied to clipboard
Swap the priority of the drive system.
Link copied to clipboard
Set the pose accumulator this drive instance should use.
Link copied to clipboard
Set the localizer for this drive.
Inherited functions
Link copied to clipboard
Utility function to run
NullSafety.assertComponentArgs()
on the given parameters, usually on the motors/hardware/critical objects passed into the constructor.Link copied to clipboard
Cancel the current task immediately and return to the default task, if available.
Link copied to clipboard
Default task setter extension for BunyipsSubsystem to set the default task of a subsystem.
Link copied to clipboard
Call to delegate the update of this subsystem, usually a component of another subsystem, to this subsystem.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Null check consumer for the opMode field which will no-op the given consumer if an active BunyipsOpMode is not present (i.e.
Link copied to clipboard
Null assertion for the opMode field which throws a NullPointerException if an active BunyipsOpMode is not present (i.e.
Link copied to clipboard
Reset stored static instances of BunyipsSubsystem.
Link copied to clipboard
Set the default task for this subsystem, which will be run when no other task is running.
Link copied to clipboard
Set the current task to the given task, overriding any current task.
Link copied to clipboard
Call to delegate all updates of this subsystem to a thread that will begin execution on this method call.
Link copied to clipboard
Call to stop delegating updates of this subsystem to a thread.
Link copied to clipboard