Bot'n Roll ONE A+ - Raspberry Pi 5 library
 
Loading...
Searching...
No Matches
onepi.utils.control_utils.ControlUtils Member List

This is the complete list of members for onepi.utils.control_utils.ControlUtils, including all inherited members.

__init__(self, params=RobotParams(), min_speed_mmps=0)onepi.utils.control_utils.ControlUtils
_axis_length_mm (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_max_speed_mmps (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_min_speed_mmps (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_pi (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_pulses_per_rev (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_spot_rotation_delta (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
_wheel_diameter_mm (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtilsprotectedstatic
compute_arc_length(self, angle_rad, radius_of_curvature_mm)onepi.utils.control_utils.ControlUtils
compute_distance_from_pulses(self, pulses)onepi.utils.control_utils.ControlUtils
compute_distance_from_rev(self, revolutions)onepi.utils.control_utils.ControlUtils
compute_distance_from_speed(self, speed_mmps, time_ms)onepi.utils.control_utils.ControlUtils
compute_pose_speeds(self, left_speed, right_speed)onepi.utils.control_utils.ControlUtils
compute_pulses_from_angle_and_curvature(self, angle_rad, radius_of_curvature_mm=0)onepi.utils.control_utils.ControlUtils
compute_pulses_from_distance(self, distance)onepi.utils.control_utils.ControlUtils
compute_pulses_from_rev(self, revolutions)onepi.utils.control_utils.ControlUtils
compute_pulses_from_speed(self, speed_mmps, time_ms)onepi.utils.control_utils.ControlUtils
compute_rev_from_pulses(self, pulses)onepi.utils.control_utils.ControlUtils
compute_revolutions_from_distance(self, distance_mm)onepi.utils.control_utils.ControlUtils
compute_speed_from_distance(self, distance_mm, time_ms)onepi.utils.control_utils.ControlUtils
compute_speed_from_pulses(self, num_pulses, time_ms)onepi.utils.control_utils.ControlUtils
compute_speeds_rpm(self, WheelSpeeds wheel_speeds_mmps)onepi.utils.control_utils.ControlUtils
compute_wheel_speeds(self, linear_speed, angular_speed_rad)onepi.utils.control_utils.ControlUtils
convert_range(self, x_value, x_min, x_max, y_min, y_max)onepi.utils.control_utils.ControlUtils
convert_to_mmps(self, desired_speed_percentage)onepi.utils.control_utils.ControlUtils
convert_to_percentage(self, desired_speed_mmps)onepi.utils.control_utils.ControlUtils
get_axis_length_mm(self) (defined in onepi.utils.control_utils.ControlUtils)onepi.utils.control_utils.ControlUtils