A minimal issue this is is: We have get_acceleration and get_location, but get_gyroscope.
Should the latter become get_angular_acceleration instead, because that's the physical quantity delivered by the gyroscope, analogous to accelerometer vs. acceleration?
A minimal issue this is is: We have
get_acceleration
andget_location
, butget_gyroscope
.Should the latter become
get_angular_acceleration
instead, because that's the physical quantity delivered by the gyroscope, analogous to accelerometer vs. acceleration?Should we care?