LogiDrivePy
LogiDrivePy copied to clipboard
A Python module for interfacing with Logitech steering wheels.
Hello, i have been trying to test the code on my new G923, but with no results, i have checked the constants, and apparently its not listed, is there anything...
Is it possible to move the G29 to a specific angle?
Hi, Thanks for the great code. I tested it out with given test scripts and both of them run fine. The Steering wheel moves properly. I am trying now to...
The more i use controller.logi_update(), the more ram it uses. It even crashed my pc once because I didn't notice that it uses more and more ram... For every update...
import pathlib from LogiDrivePy.logidrivepy import LogitechControllerStructs from LogiDrivePy.logidrivepy import LogitechControllerConstants from LogiDrivePy.logidrivepy import LogitechControllerFunctions from logidrivepy import LogitechController class LogitechController(LogitechControllerConstants, LogitechControllerStructs, LogitechControllerFunctions) : def __init__(self, dll_path=None) : if dll_path is...
how to control Pedals - Gas, Pedals - Brake , Gear Selector
For some strange reason the function get_non_linear_value(self, index, input_value) returns values oscillating inconsistently between 0 and 255 instead of returning values consistent with a non-linear curve and between -32768 and...
Hey, I installed the package for using Logitech G29 steering wheel. I want to take the movements of the steering with a code, but I don't know how to do...