WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::DifferentialDrive::WheelVelocities Struct Reference

Wheel velocities for a differential drive. More...

#include <wpi/drive/DifferentialDrive.hpp>

Public Attributes

double left = 0.0
 Left wheel velocity.
double right = 0.0
 Right wheel velocity.

Detailed Description

Wheel velocities for a differential drive.

Uses normalized voltage [-1.0..1.0].

Member Data Documentation

◆ left

double wpi::DifferentialDrive::WheelVelocities::left = 0.0

Left wheel velocity.

◆ right

double wpi::DifferentialDrive::WheelVelocities::right = 0.0

Right wheel velocity.


The documentation for this struct was generated from the following file: