You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vehicle is hard-coded so that the camera position is always inside the car. Camera positon can also be changed here
Head rotation values come from the CarlaVR Unity app which should be built and running on the headset
Inputs
Input method is currently set to the LogiTech Wheel and Pedals as defined in SteeringWheelControl class
You can change input method to KeyBoardControl in the code block here
Wheel config is in wheel_config.ini
There was an issue where the Steering Wheel would stop working all of a sudden. It was because the sensitivity is calculated using both max and min values from the config, but if they are the same, then the sensitivity would go to 0. That code block has been commented out here, and the current code only relies on the max value defined in the config